diff options
author | ashish <ashish@FreeBSD.org> | 2012-08-03 22:57:28 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2012-08-03 22:57:28 +0800 |
commit | ba013d1ec3e89f7c0c2dbec65093f17ee16dc224 (patch) | |
tree | 13fb125d453b9662a3ef0fecdd98a9d95d65be6a /editors | |
parent | 3015e75ca675c40837c4c6a48ba777f0d32c0fb8 (diff) | |
download | freebsd-ports-gnome-ba013d1ec3e89f7c0c2dbec65093f17ee16dc224.tar.gz freebsd-ports-gnome-ba013d1ec3e89f7c0c2dbec65093f17ee16dc224.tar.zst freebsd-ports-gnome-ba013d1ec3e89f7c0c2dbec65093f17ee16dc224.zip |
- Fix LATEST_LINK
Reported by: erwin
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs23/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 293f527f215f..8600c907813f 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -34,6 +34,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +LATEST_LINK= emacs23 MAN1= b2m.1 ctags.1 ebrowse.1 emacs.1 emacsclient.1 etags.1 \ grep-changelog.1 rcs-checkin.1 |