diff options
author | knu <knu@FreeBSD.org> | 2000-04-19 06:52:38 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-19 06:52:38 +0000 |
commit | 92e8b7cac61b082961469eda746fda2cfcbc16c4 (patch) | |
tree | c91f3bee1add3813621b1c5ff813489fab22137f /mail/wanderlust-emacs20 | |
parent | b3dc2348e6d9d5a6181bd57c01d6dc5c7597627b (diff) | |
download | FreeBSD-ports-92e8b7cac61b082961469eda746fda2cfcbc16c4.zip FreeBSD-ports-92e8b7cac61b082961469eda746fda2cfcbc16c4.tar.gz |
Update to 1.1.0.
Move post-install info from DESCR to MESSAGE.
PR: ports/17753, ports/17754
Submitted by: MAINTAINER
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 892d667..4c33ae0 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> |