From 000e8742eb4a8fee1903508da03e4e7880fcdc08 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Wed, 14 Sep 1994 14:12:45 +0000 Subject: 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. --- x11/emu/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/emu') diff --git a/x11/emu/Makefile b/x11/emu/Makefile index e5744f90fac3..bd1304b0488e 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -3,12 +3,12 @@ # Date created: 13 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.1.1.1 1994/09/13 12:39:52 jkh Exp $ +# $Id: Makefile,v 1.2 1994/09/14 12:00:57 jkh Exp $ # DISTNAME= emu-1.3 WRKSRC= ${WRKDIR}/emu USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/contrib/applications +MASTER_SITES= ftp://ftp.x.org/contrib/applications/ .include -- cgit v1.2.3