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/emacs22 | |
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/emacs22')
-rw-r--r-- | editors/emacs22/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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" |