diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 02:10:29 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 02:10:29 +0000 |
commit | 20e547b8407dde0b601342ce03f86710e1ba876e (patch) | |
tree | 657ccca26e47f5ad28a6c0edb0b24e769af9660f | |
parent | cb1c44f76575a5c020726c06b8bd20e4e11f9d63 (diff) | |
download | ports-20e547b8407dde0b601342ce03f86710e1ba876e.tar.gz ports-20e547b8407dde0b601342ce03f86710e1ba876e.zip |
Notes
-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> |