summaryrefslogtreecommitdiffstats
path: root/devel/gmake381
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-14 14:12:45 +0000
committerjkh <jkh@FreeBSD.org>1994-09-14 14:12:45 +0000
commit38b1ec0868a2ba2238b1b06824072bca02343295 (patch)
treed1875bc219661fe058aeb88a0e9b2361f9e99456 /devel/gmake381
parent79287cf7107adfd41ad09a9da1aa005c2e1aa1ff (diff)
downloadFreeBSD-ports-38b1ec0868a2ba2238b1b06824072bca02343295.zip
FreeBSD-ports-38b1ec0868a2ba2238b1b06824072bca02343295.tar.gz
Several changes across all ports:
1. Make MASTER_SITES entries contain a trailing /. Garrett says that assuming a '/' seperator between entries in MASTER_SITES and entries in DISTFILES is a dangerous assumption. This will also be taken out of bsd.port.mk. 2. General clean-up. Some of these Makefiles were a little grim. Make sure they're all in sync with the sometimes rapidly changing bsd.port.mk! :) 3. Some small configuration tweaks to keep them compiling under the most recent 2.0 - some things seem to have broken along our road to release.
Diffstat (limited to 'devel/gmake381')
-rw-r--r--devel/gmake381/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gmake381/Makefile b/devel/gmake381/Makefile
index 9e8da47..235ae6f 100644
--- a/devel/gmake381/Makefile
+++ b/devel/gmake381/Makefile
@@ -3,11 +3,11 @@
# Date created: 11 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.1 1994/09/11 11:26:58 jkh Exp $
+# $Id: Makefile,v 1.2 1994/09/13 06:34:41 jkh Exp $
#
DISTNAME= make-3.71
HAS_CONFIGURE= yes
-MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu
+MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
.include <bsd.port.mk>
OpenPOWER on IntegriCloud