diff options
author | bsam <bsam@FreeBSD.org> | 2009-12-23 04:11:47 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-12-23 04:11:47 +0800 |
commit | a8e1765168a420b91571b4866f54933a78ce0400 (patch) | |
tree | a40ac34180d6b7ce9a684eeba52f2a889400084a /editors | |
parent | 30bf906f1b1bc426b726547034dee268d54d4c55 (diff) | |
download | freebsd-ports-gnome-a8e1765168a420b91571b4866f54933a78ce0400.tar.gz freebsd-ports-gnome-a8e1765168a420b91571b4866f54933a78ce0400.tar.zst freebsd-ports-gnome-a8e1765168a420b91571b4866f54933a78ce0400.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)
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> |