diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (patch) | |
tree | 058380093a9fc14721eb5efc0ba15397d31739ff /ftp/ftptool | |
parent | bef7e1901f3ac20e1b8948ace53627f740245474 (diff) | |
download | ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.tar.gz ports-83e5fd3ee15682c4e0aefab035eb1821a2276325.zip |
Notes
Diffstat (limited to 'ftp/ftptool')
-rw-r--r-- | ftp/ftptool/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile index 239933998142..a89713dd731c 100644 --- a/ftp/ftptool/Makefile +++ b/ftp/ftptool/Makefile @@ -3,14 +3,13 @@ # Date created: 19 March 1996 # Whom: janek@gaja.ipan.lublin.pl # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/03/25 08:58:58 asami Exp $ # DISTNAME= ftptool-4.6 -CATEGORIES+= net -MASTER_SITES= ftp://ftp.x.org/contrib/utilities \ - ftp://crl.dec.com/pub/X11/contrib/utilities/ \ - ftp://ftp.icm.edu.pl/pub/X11/contrib/utilities/ +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= utilities DISTFILES= Ftptool4.6.tar.gz MAINTAINER= janek@gaja.ipan.lublin.pl |