diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 07:24:08 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 07:24:08 +0000 |
commit | 8b6aa7976d009a73a71c5e5a898655e2e2bab428 (patch) | |
tree | 7515e814335722f1e3e806788522131d595e0e11 /mail | |
parent | b7118810a56e81065aba4b48c76e0b6757a574c6 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/adcomplain/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/adcomplain/Makefile b/mail/adcomplain/Makefile index 215bb35b8f65..ee6ce6177865 100644 --- a/mail/adcomplain/Makefile +++ b/mail/adcomplain/Makefile @@ -20,14 +20,13 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/adcomplain -NO_STAGE= yes post-patch: cd ${WRKSRC}; \ ${CP} adcomplain.pl adcomplain.pl.old; \ ${SED} 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl do-install: - cd ${WRKSRC}; \ - ${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain + ${INSTALL_SCRIPT} ${WRKSRC}/adcomplain.pl \ + ${STAGEDIR}${PREFIX}/bin/adcomplain .include <bsd.port.mk> |