summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2009-12-22 20:11:47 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2009-12-22 20:11:47 +0000
commit21e8bc8e5e19302163cb390ad9f355731387900c (patch)
tree4422a9662d8d1cb5eb90e67de56f43b3dbe9d442
parentFix broken installation. (diff)
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
-rw-r--r--editors/emacs-devel/Makefile2
-rw-r--r--editors/emacs-nox11/Makefile1
-rw-r--r--editors/emacs/Makefile2
-rw-r--r--editors/emacs22/Makefile2
-rw-r--r--editors/emacs23/Makefile2
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>