diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-19 06:52:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-19 06:52:38 +0000 |
commit | a016d776369f900ca9eb979a279b3b2f0f041773 (patch) | |
tree | 481e4f02c66e5f903a2b84698788a896fb86f565 /mail/wanderlust-emacs20 | |
parent | Update to 1.0.3 (diff) |
Update to 1.1.0.
Move post-install info from DESCR to MESSAGE.
PR: ports/17753, ports/17754
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=27742
Diffstat (limited to 'mail/wanderlust-emacs20')
-rw-r--r-- | mail/wanderlust-emacs20/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/wanderlust-emacs20/Makefile b/mail/wanderlust-emacs20/Makefile index 892d6671469b..4c33ae08e0ec 100644 --- a/mail/wanderlust-emacs20/Makefile +++ b/mail/wanderlust-emacs20/Makefile @@ -9,11 +9,11 @@ MAINTAINER= nobutaka@nobutaka.com MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs -EMACS_NAME= emacs -EMACS_PORT= emacs20 -EMACS_VER= 20.6 -EMACS_LIBDIR= share/emacs +EMACS_NAME= emacs +EMACS_PORT_NAME= emacs20 +EMACS_VER= 20.6 +EMACS_LIBDIR= share/emacs -IS_SLAVE= yes +IS_SLAVE= yes .include <${MASTERDIR}/Makefile> |