From d6eed2c01b09eeb74ff650555bad8ab275ebf6c0 Mon Sep 17 00:00:00 2001 From: taoka Date: Fri, 18 Feb 2000 23:17:19 +0000 Subject: Fix as xemacs-mule is updated Modify to be able to do "make" by any user --- mail/wanderlust-emacs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/wanderlust-emacs') 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: -- cgit