From 44cd70dfab2ef7e08fad2f6b6d152f31da9b79a6 Mon Sep 17 00:00:00 2001 From: clive Date: Fri, 30 Apr 2004 14:01:50 +0000 Subject: Previous commit is wrong. The proper way to do it right is by adding ${PKGNAMEPREFIX} prefix before LATEST_LINK of the master port. Obtained from: eik Reminded (again) by: kris --- editors/emacs20/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'editors') diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index c209cb2e4b15..0088fd6fcc08 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= i386 alpha USE_AUTOCONF_VER=213 USE_GMAKE= yes EMACS_VER= 20.7 -LATEST_LINK?= emacs20 +LATEST_LINK?= ${PKGNAMEPREFIX}emacs20 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if defined(WITHOUT_X11) CONFIGURE_ARGS= --with-x=no --with-pop @@ -34,8 +34,6 @@ USE_XLIB= yes .endif CONFIGURE_ARGS+= --with-line-space -NO_LATEST_LINK= yes - MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= emacs.1 etags.1 ctags.1 PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${CONFIGURE_TARGET} -- cgit