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/ftptool | |
parent | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (diff) | |
download | FreeBSD-ports-ce2b300e93cbd5208230322899a643c83f1f1196.zip FreeBSD-ports-ce2b300e93cbd5208230322899a643c83f1f1196.tar.gz |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'ftp/ftptool')
-rw-r--r-- | ftp/ftptool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile index 83129bb..421b5da 100644 --- a/ftp/ftptool/Makefile +++ b/ftp/ftptool/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: Ftptool -# Version required: 4.6 # Date created: 19 March 1996 # Whom: janek@gaja.ipan.lublin.pl # # $FreeBSD$ # -DISTNAME= ftptool-4.6 +PORTNAME= ftptool +PORTVERSION= 4.6 CATEGORIES= ftp MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities -DISTFILES= Ftptool4.6.tar.gz +DISTFILES= Ftptool${PORTVERSION}.tar.gz MAINTAINER= janek@gaja.ipan.lublin.pl |