diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-12-22 20:11:47 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-12-22 20:11:47 +0000 |
commit | 21e8bc8e5e19302163cb390ad9f355731387900c (patch) | |
tree | 4422a9662d8d1cb5eb90e67de56f43b3dbe9d442 /editors | |
parent | 48b24efa2a44ed70062d40c37208634d63b9dd6f (diff) | |
download | ports-21e8bc8e5e19302163cb390ad9f355731387900c.tar.gz ports-21e8bc8e5e19302163cb390ad9f355731387900c.zip |
Assign LATEST_LINK to apropriate directory names for ports:
. editors/emacs;
. editors/emacs-devel;
. editors/emacs-nox11;
. editors/emacs22.
Approved by: keramida (maintainer via e-mail)
Notes
Notes:
svn path=/head/; revision=246465
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs-nox11/Makefile | 1 | ||||
-rw-r--r-- | editors/emacs/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs22/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 6da094e98c60..73cb6ad7b206 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -78,7 +78,7 @@ INFO= ada-mode auth autotype calc ccmode cl dbus dired-x \ org pcl-cvs pgg rcirc reftex remember sasl sc ses sieve \ smtpmail speedbar tramp url vip viper widget woman -LATEST_LINK= emacs23 +LATEST_LINK= emacs-devel OPTIONS= SOURCES "Install source code" ON diff --git a/editors/emacs-nox11/Makefile b/editors/emacs-nox11/Makefile index 2fed303bf3b7..c789e2f6b7c3 100644 --- a/editors/emacs-nox11/Makefile +++ b/editors/emacs-nox11/Makefile @@ -9,5 +9,6 @@ WITHOUT_X11= yes PKGNAMESUFFIX= -nox11 MASTERDIR= ${.CURDIR}/../emacs +LATEST_LINK= emacs-nox11 .include "${MASTERDIR}/Makefile" diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 1e2423497d8e..223d344f4c42 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -77,8 +77,6 @@ INFO= ada-mode auth autotype calc ccmode cl dbus dired-x \ org pcl-cvs pgg rcirc reftex remember sasl sc ses sieve \ smtpmail speedbar tramp url vip viper widget woman -LATEST_LINK= emacs23 - OPTIONS= SOURCES "Install source code" ON .include <bsd.port.pre.mk> diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile index cfd2523e227b..71f9f02a5ff0 100644 --- a/editors/emacs22/Makefile +++ b/editors/emacs22/Makefile @@ -66,6 +66,8 @@ INFO= ada-mode autotype calc ccmode cl dired-x ebrowse ediff \ org pcl-cvs pgg rcirc reftex sc ses sieve smtpmail speedbar \ tramp url vip viper widget woman +LATEST_LINK= emacs22 + .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 1e2423497d8e..223d344f4c42 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -77,8 +77,6 @@ INFO= ada-mode auth autotype calc ccmode cl dbus dired-x \ org pcl-cvs pgg rcirc reftex remember sasl sc ses sieve \ smtpmail speedbar tramp url vip viper widget woman -LATEST_LINK= emacs23 - OPTIONS= SOURCES "Install source code" ON .include <bsd.port.pre.mk> |