diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
commit | f061af8080abfb59038d436c3e16778abbf8a5a5 (patch) | |
tree | 78c3dfe188b146eabede69f8db503043af83c8b4 /misc | |
parent | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff) | |
download | FreeBSD-ports-f061af8080abfb59038d436c3e16778abbf8a5a5.zip FreeBSD-ports-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dejagnu/Makefile | 4 | ||||
-rw-r--r-- | misc/git/Makefile | 4 | ||||
-rw-r--r-- | misc/gnuit/Makefile | 4 | ||||
-rw-r--r-- | misc/gnuls/Makefile | 5 | ||||
-rw-r--r-- | misc/less/Makefile | 4 | ||||
-rw-r--r-- | misc/mc/Makefile | 4 |
6 files changed, 12 insertions, 13 deletions
diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile index 5400235..a57f749 100644 --- a/misc/dejagnu/Makefile +++ b/misc/dejagnu/Makefile @@ -3,12 +3,12 @@ # Date created: 12 October 1996 # Whom: markm # -# $Id: Makefile,v 1.3 1996/11/11 05:49:24 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/17 09:05:37 obrien Exp $ # DISTNAME= dejagnu-1.3 CATEGORIES= misc -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= markm@FreeBSD.ORG diff --git a/misc/git/Makefile b/misc/git/Makefile index 6ccf342..e4af273 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -3,12 +3,12 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1996/11/11 05:49:35 obrien Exp $ +# $Id: Makefile,v 1.6 1996/11/17 09:05:46 obrien Exp $ # DISTNAME= git-4.3.11 CATEGORIES= misc -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= YES MAN1= git.1 gitmount.1 gitcmp.1 gitkeys.1 gitredir.1 gitrgrep.1 \ diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index 6ccf342..e4af273 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -3,12 +3,12 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.5 1996/11/11 05:49:35 obrien Exp $ +# $Id: Makefile,v 1.6 1996/11/17 09:05:46 obrien Exp $ # DISTNAME= git-4.3.11 CATEGORIES= misc -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} GNU_CONFIGURE= YES MAN1= git.1 gitmount.1 gitcmp.1 gitkeys.1 gitredir.1 gitrgrep.1 \ diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index 759abb23..fecc627 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -3,14 +3,13 @@ # Date created: 06 January 1996 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.2 1996/11/11 05:49:44 obrien Exp $ +# $Id: Makefile,v 1.3 1996/11/17 09:06:05 obrien Exp $ # DISTNAME= fileutils-3.12 PKGNAME= linuxls-3.12.0.2 CATEGORIES= misc -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ - ftp://ftp.cdrom.com/pub/linux/slackware_source/a/bin/ +MASTER_SITES= ${MASTER_SITE_GNU} PATCHFILES= color-ls-3.12.0.2.patch.gz PATCH_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/a/bin/ \ diff --git a/misc/less/Makefile b/misc/less/Makefile index 338626b..d0e2b24 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -3,12 +3,12 @@ # Date created: 8 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.12 1996/11/11 05:49:42 obrien Exp $ +# $Id: Makefile,v 1.13 1996/11/17 09:06:02 obrien Exp $ # DISTNAME= less-321 CATEGORIES= misc -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ ftp://ftp.uu.net/systems/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= ache@FreeBSD.ORG diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 4b904922..e1404f4 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,12 +3,12 @@ # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.7 1996/11/11 05:49:48 obrien Exp $ +# $Id: Makefile,v 1.8 1996/11/17 09:06:08 obrien Exp $ # DISTNAME= mc-3.2.1 CATEGORIES= misc -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= torstenb@FreeBSD.ORG |