diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
commit | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (patch) | |
tree | af192acb44bc78babb8295dfaebfa76b487f1087 /ftp/llnlxftp | |
parent | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (diff) |
PORTNAME/PORTVERSION stuff
Notes
Notes:
svn path=/head/; revision=27456
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 |