diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 18:25:35 +0800 |
commit | f061af8080abfb59038d436c3e16778abbf8a5a5 (patch) | |
tree | 78c3dfe188b146eabede69f8db503043af83c8b4 /devel/autoconf254 | |
parent | 9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff) | |
download | freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.zst freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.zip |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'devel/autoconf254')
-rw-r--r-- | devel/autoconf254/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf254/Makefile b/devel/autoconf254/Makefile index a29877aec55f..7120521a427b 100644 --- a/devel/autoconf254/Makefile +++ b/devel/autoconf254/Makefile @@ -3,12 +3,12 @@ # Date created: 7 October 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.7 1996/04/01 05:09:13 asami Exp $ +# $Id: Makefile,v 1.8 1996/06/03 21:59:38 gpalmer Exp $ # DISTNAME= autoconf-2.10 CATEGORIES= devel -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ +MASTER_SITES= ${MASTER_SITE_GNU} RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 |