diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:25:35 +0000 |
commit | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (patch) | |
tree | 3a9d17e5f9310ab69df14407f1fa479d6a68eac0 /devel/autoconf259 | |
parent | 83e5fd3ee15682c4e0aefab035eb1821a2276325 (diff) | |
download | ports-5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4.tar.gz ports-5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4.zip |
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4571
Diffstat (limited to 'devel/autoconf259')
-rw-r--r-- | devel/autoconf259/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/autoconf259/Makefile b/devel/autoconf259/Makefile index a29877aec55f..7120521a427b 100644 --- a/devel/autoconf259/Makefile +++ b/devel/autoconf259/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 |