diff options
author | taoka <taoka@FreeBSD.org> | 2000-02-19 07:17:19 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2000-02-19 07:17:19 +0800 |
commit | d6eed2c01b09eeb74ff650555bad8ab275ebf6c0 (patch) | |
tree | 67b70471ae09f79dbc730eee8b44b41f20e2d54f | |
parent | 4b617ca194b52cedc0c8c98c06bec45158b83f04 (diff) | |
download | freebsd-ports-gnome-d6eed2c01b09eeb74ff650555bad8ab275ebf6c0.tar.gz freebsd-ports-gnome-d6eed2c01b09eeb74ff650555bad8ab275ebf6c0.tar.zst freebsd-ports-gnome-d6eed2c01b09eeb74ff650555bad8ab275ebf6c0.zip |
Fix as xemacs-mule is updated
Modify to be able to do "make" by any user
-rw-r--r-- | mail/wanderlust-emacs/Makefile | 2 | ||||
-rw-r--r-- | mail/wanderlust-xemacs21-mule/Makefile | 4 | ||||
-rw-r--r-- | mail/wanderlust/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/mail/wanderlust-emacs/Makefile b/mail/wanderlust-emacs/Makefile index 528d8df3672b..f7cef49be8c2 100644 --- a/mail/wanderlust-emacs/Makefile +++ b/mail/wanderlust-emacs/Makefile @@ -81,7 +81,7 @@ post-configure: pre-build: .if (${EMACS_PORT} == "xemacs21-mule") - @${INSTALL_DATA} ${FILESDIR}/_pkg.el ${WRKSRC}/ + @${CP} ${FILESDIR}/_pkg.el ${WRKSRC}/ .endif pre-install: diff --git a/mail/wanderlust-xemacs21-mule/Makefile b/mail/wanderlust-xemacs21-mule/Makefile index d22e5b81e820..44b22e32a76c 100644 --- a/mail/wanderlust-xemacs21-mule/Makefile +++ b/mail/wanderlust-xemacs21-mule/Makefile @@ -12,8 +12,8 @@ MASTERDIR= ${.CURDIR}/../../mail/wanderlust-emacs EMACS_NAME= xemacs EMACS_PORT= xemacs21-mule -EMACS_VER= 21.1.8 -MULE_VER= 21.1.8 +EMACS_VER= 21.1.9 +MULE_VER= 21.1.9 EMACS_LIBDIR= lib/xemacs EMACS_PACKAGESDIR= lib/xemacs/site-packages MANIFEST= MANIFEST.wl diff --git a/mail/wanderlust/Makefile b/mail/wanderlust/Makefile index 528d8df3672b..f7cef49be8c2 100644 --- a/mail/wanderlust/Makefile +++ b/mail/wanderlust/Makefile @@ -81,7 +81,7 @@ post-configure: pre-build: .if (${EMACS_PORT} == "xemacs21-mule") - @${INSTALL_DATA} ${FILESDIR}/_pkg.el ${WRKSRC}/ + @${CP} ${FILESDIR}/_pkg.el ${WRKSRC}/ .endif pre-install: |