aboutsummaryrefslogtreecommitdiff
path: root/devel/m4
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 10:25:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 10:25:35 +0000
commit5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (patch)
tree3a9d17e5f9310ab69df14407f1fa479d6a68eac0 /devel/m4
parent83e5fd3ee15682c4e0aefab035eb1821a2276325 (diff)
downloadports-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/m4')
-rw-r--r--devel/m4/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile
index 12a37906fdc3..5945665446ea 100644
--- a/devel/m4/Makefile
+++ b/devel/m4/Makefile
@@ -3,15 +3,14 @@
# Date created: 25 October 1994
# Whom: mr
#
-# $Id: Makefile,v 1.4 1995/04/09 10:05:14 asami Exp $
+# $Id: Makefile,v 1.5 1995/11/26 11:29:12 asami Exp $
#
DISTNAME= m4-1.4
-CATEGORIES+= devel
-MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/ \
- ftp://prep.ai.mit.edu/pub/gnu/
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU}
GNU_CONFIGURE=yes
-CONFIGURE_ARGS= --program-prefix=g --prefix=${PREFIX}
+CONFIGURE_ARGS= --program-prefix=g
.include <bsd.port.mk>