aboutsummaryrefslogtreecommitdiff
path: root/editors/emacs23/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-04-04 07:36:46 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-04-04 07:36:46 +0000
commitacd19d78e8061230f73236c7b112682510de79b8 (patch)
tree3722878837d6194ce3d6dddf621f9f5759e9ab95 /editors/emacs23/Makefile
parent1845f827af15ee0f78d64e285008e3191c921b2f (diff)
downloadports-acd19d78e8061230f73236c7b112682510de79b8.tar.gz
ports-acd19d78e8061230f73236c7b112682510de79b8.zip
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created correctly.
Notes
Notes: svn path=/head/; revision=10410
Diffstat (limited to 'editors/emacs23/Makefile')
-rw-r--r--editors/emacs23/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index d239aa44439a..7985cababdf6 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -3,7 +3,7 @@
# Date created: 29 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.29 1997/07/17 10:38:15 asami Exp $
+# $Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp $
#
DISTNAME= emacs-19.34b
@@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= ports@FreeBSD.ORG
+NO_LATEST_LINK= yes
WRKSRC= ${WRKDIR}/emacs-19.34
GNU_CONFIGURE= yes
USE_GMAKE= yes