diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 09:56:45 +0000 |
commit | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (patch) | |
tree | 551b445f2d5e0eb1dc689bef244ca5953617a79c /ftp | |
parent | 2bc595e77a698bd4719de3a86196f8a38313def8 (diff) | |
download | FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.zip FreeBSD-ports-9a41e3c68be04b90aaea0afda81f878994c5dbbf.tar.gz |
Use MASTER_SITE_XCONTRIB. Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftptool/Makefile | 9 | ||||
-rw-r--r-- | ftp/moxftp/Makefile | 7 |
2 files changed, 8 insertions, 8 deletions
diff --git a/ftp/ftptool/Makefile b/ftp/ftptool/Makefile index 2399339..a89713d 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 diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile index 1eff5ea..c398260 100644 --- a/ftp/moxftp/Makefile +++ b/ftp/moxftp/Makefile @@ -3,12 +3,13 @@ # Date created: 19 December 1994 # Whom: janek # -# $Id: Makefile,v 1.9 1996/10/11 20:35:59 erich Exp $ +# $Id: Makefile,v 1.10 1996/10/15 18:25:56 erich Exp $ # DISTNAME= moxftp-2.2 -CATEGORIES+= net -MASTER_SITES= ftp://ftp.x.org/contrib/applications/ +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= applications EXTRACT_SUFX= .tar.Z HAS_CONFIGURE= yes |