diff options
author | asami <asami@FreeBSD.org> | 1998-04-04 15:36:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-04 15:36:46 +0800 |
commit | 8164d42b2597272494b6e8f70a3f4df7cf0dd501 (patch) | |
tree | a8aadaa54c5092dfdf312c497a75fc8485e6b827 /editors | |
parent | 1a311b256ca434628b11083519addf1585aba22d (diff) | |
download | freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.gz freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.zst freebsd-ports-gnome-8164d42b2597272494b6e8f70a3f4df7cf0dd501.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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs19/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 3 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index d239aa44439a..7985cababdf6 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/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 diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index d239aa44439a..7985cababdf6 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/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 diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index d239aa44439a..7985cababdf6 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/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 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 |