diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 02:09:11 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 02:09:11 +0000 |
commit | cb1c44f76575a5c020726c06b8bd20e4e11f9d63 (patch) | |
tree | 085f3d5b9f0e436a78aecc52266c5ae816763707 | |
parent | Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in (diff) |
Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in
bsd.emacs.mk.
PR: 19311
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=30398
-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 |