diff options
author | shige <shige@FreeBSD.org> | 2000-01-20 00:42:12 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-20 00:42:12 +0800 |
commit | 46aa6a37dda37fb65e3638e52ee88f79e01794bf (patch) | |
tree | bca79685d897ceb6666f68c0814ba4d1342ef644 /mail/wanderlust-xemacs21-mule | |
parent | 34875f0f643ff91706e0be46ecd35026e21b9353 (diff) | |
download | freebsd-ports-gnome-46aa6a37dda37fb65e3638e52ee88f79e01794bf.tar.gz freebsd-ports-gnome-46aa6a37dda37fb65e3638e52ee88f79e01794bf.tar.zst freebsd-ports-gnome-46aa6a37dda37fb65e3638e52ee88f79e01794bf.zip |
Rename depend-portname from xemacs-mule to xemacs21-mule.
Synchronize with updating editors/xemacs21-mule to 21.1.8.
Install wanderlust (xemacs-)package to ${PREFIX}/lib/xemacs/site-packages.
PR: ports/16193
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'mail/wanderlust-xemacs21-mule')
-rw-r--r-- | mail/wanderlust-xemacs21-mule/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/wanderlust-xemacs21-mule/Makefile b/mail/wanderlust-xemacs21-mule/Makefile index c7f64b92f59e..d22e5b81e820 100644 --- a/mail/wanderlust-xemacs21-mule/Makefile +++ b/mail/wanderlust-xemacs21-mule/Makefile @@ -11,12 +11,12 @@ MAINTAINER= nobutaka@nobutaka.com MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs EMACS_NAME= xemacs -EMACS_PORT= xemacs-mule -EMACS_VER= 21.1.6 -MULE_VER= 21.1.6 +EMACS_PORT= xemacs21-mule +EMACS_VER= 21.1.8 +MULE_VER= 21.1.8 EMACS_LIBDIR= lib/xemacs -EMACS_VER_LIBDIR= lib/xemacs -EMACS_PACKAGESDIR= lib/${EMACS_NAME}/${EMACS_NAME}-packages +EMACS_PACKAGESDIR= lib/xemacs/site-packages +MANIFEST= MANIFEST.wl HAVE_COMMON_PORT= yes |