1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/devel/gmake381/Makefile
Jordan K. Hubbard 000e8742eb 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.
1994-09-14 14:12:45 +00:00

14 lines
285 B
Makefile

# New ports collection makefile for: GNU make
# Version required: 3.71
# Date created: 11 September 1994
# Whom: jkh
#
# $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/
.include <bsd.port.mk>