diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
commit | ce2b300e93cbd5208230322899a643c83f1f1196 (patch) | |
tree | 7d0c16dce15851ff8eaf43aefc5fd139e922d485 /ftp/llnlxftp/Makefile | |
parent | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (diff) | |
download | FreeBSD-ports-ce2b300e93cbd5208230322899a643c83f1f1196.zip FreeBSD-ports-ce2b300e93cbd5208230322899a643c83f1f1196.tar.gz |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'ftp/llnlxftp/Makefile')
-rw-r--r-- | ftp/llnlxftp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile index c9796ea..2cd79a1 100644 --- a/ftp/llnlxftp/Makefile +++ b/ftp/llnlxftp/Makefile @@ -1,16 +1,15 @@ # New ports collection makefile for: llnlxftp -# Version required: 2.1 # Date created: 9 November 1997 -# # Whom: Dima Ruban <dima@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= latest_xftp -PKGNAME= llnlxftp-2.1 +PORTNAME= llnlxftp +PORTVERSION= 2.1 CATEGORIES= ftp MASTER_SITES= ftp://ftp-lc.llnl.gov/pub/ia/llnlxftp/ +DISTNAME= latest_xftp EXTRACT_SUFX= .tar.Z MAINTAINER= dima@FreeBSD.org |