diff options
Diffstat (limited to 'mail/wanderlust')
-rw-r--r-- | mail/wanderlust/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |