diff options
Diffstat (limited to 'ftp/llnlxftp')
-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 c9796ea3e3f0..2cd79a1e8fbd 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 |