diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-18 23:17:19 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2000-02-18 23:17:19 +0000 |
commit | 61b2f82de0e730225e9aa3c752534d36d088a305 (patch) | |
tree | 0ea695167063699079ca79f6bf077307c0efe47d /mail/wanderlust-emacs | |
parent | b7292d3081b4f5dfc813371b7234a987c61fdcdc (diff) | |
download | ports-61b2f82de0e730225e9aa3c752534d36d088a305.tar.gz ports-61b2f82de0e730225e9aa3c752534d36d088a305.zip |
Notes
Diffstat (limited to 'mail/wanderlust-emacs')
-rw-r--r-- | mail/wanderlust-emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 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: |