diff options
author | steve <steve@FreeBSD.org> | 2000-07-10 10:10:29 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-07-10 10:10:29 +0800 |
commit | 6a6a2d16cd0d237bce568e21cc5445a472b3ade8 (patch) | |
tree | a99e6510b5ba9b427516c9e27f1da7dc33e15642 /mail/wanderlust-xemacs21-mule | |
parent | 576903eaeb485ae29c31048460b332fde88458ec (diff) | |
download | freebsd-ports-gnome-6a6a2d16cd0d237bce568e21cc5445a472b3ade8.tar.gz freebsd-ports-gnome-6a6a2d16cd0d237bce568e21cc5445a472b3ade8.tar.zst freebsd-ports-gnome-6a6a2d16cd0d237bce568e21cc5445a472b3ade8.zip |
Remove the definitionsn of EMACS_{NAME,VER,LIBDIR} as they are now in
bsd.emacs.mk.
PR: 19312
Submitted by: maintainer
Diffstat (limited to 'mail/wanderlust-xemacs21-mule')
-rw-r--r-- | mail/wanderlust-xemacs21-mule/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/wanderlust-xemacs21-mule/Makefile b/mail/wanderlust-xemacs21-mule/Makefile index f904d14f8e62..caaf88107a16 100644 --- a/mail/wanderlust-xemacs21-mule/Makefile +++ b/mail/wanderlust-xemacs21-mule/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: Wanderlust (for xemacs-mule) +# New ports collection makefile for: Wanderlust (for xemacs21-mule) # Date created: 7 Apr 1999 # Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> # @@ -9,16 +9,10 @@ MAINTAINER= nobutaka@nobutaka.com MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs -EMACS_NAME= xemacs EMACS_PORT_NAME= xemacs21-mule -EMACS_VER= 21.1.9 -MULE_VER= 21.1.9 -EMACS_LIBDIR= lib/xemacs EMACS_PACKAGESDIR= lib/xemacs/site-packages MANIFEST= MANIFEST.wl -HAVE_COMMON_PORT= yes - IS_SLAVE= yes .include <${MASTERDIR}/Makefile> |