From 38b1ec0868a2ba2238b1b06824072bca02343295 Mon Sep 17 00:00:00 2001 From: jkh 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. --- editors/emacs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/emacs') diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 8716f109836c..7f5637fba919 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -3,13 +3,13 @@ # Date created: 13 September 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1994/09/13 06:34:46 jkh Exp $ +# $Id: Makefile,v 1.5 1994/09/13 08:37:24 jkh Exp $ # DISTNAME= emacs-19.26 USE_GMAKE= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= i386--freebsd -MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu +MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ .include -- cgit