diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 10:09:11 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 10:09:11 +0800 |
commit | 576903eaeb485ae29c31048460b332fde88458ec (patch) | |
tree | 082fd78867bf8c5f84f6ff031b4f5e8b3ffac0b1 /mail | |
parent | 804c3bb13e8dcf9e249547cc4ebca63c61411ad8 (diff) | |
download | freebsd-ports-gnome-576903eaeb485ae29c31048460b332fde88458ec.tar.gz freebsd-ports-gnome-576903eaeb485ae29c31048460b332fde88458ec.tar.zst freebsd-ports-gnome-576903eaeb485ae29c31048460b332fde88458ec.zip |
Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in
bsd.emacs.mk.
PR: 19311
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/wanderlust-xemacs20/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/wanderlust-xemacs20/Makefile b/mail/wanderlust-xemacs20/Makefile index 6e8c0a5dab28..22d52a547ad3 100644 --- a/mail/wanderlust-xemacs20/Makefile +++ b/mail/wanderlust-xemacs20/Makefile @@ -9,10 +9,7 @@ MAINTAINER= nobutaka@nobutaka.com MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs -EMACS_NAME= xemacs EMACS_PORT_NAME= xemacs20 -EMACS_VER= 20.4 -EMACS_LIBDIR= lib/xemacs IS_SLAVE= yes |