diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-20 13:44:34 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-20 13:44:34 +0000 |
commit | 856cf2e29c8cbedf732f4b35c3ce282a3b443b50 (patch) | |
tree | 832050813516ae57e2ac5aaa007e0d0fb4b2cdfc /mail/spampd | |
parent | 558d5dfbe7ca29916b9da5c4a3146942b0210cf4 (diff) | |
download | ports-856cf2e29c8cbedf732f4b35c3ce282a3b443b50.tar.gz ports-856cf2e29c8cbedf732f4b35c3ce282a3b443b50.zip |
Notes
Diffstat (limited to 'mail/spampd')
-rw-r--r-- | mail/spampd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile index 03115f7ca432..db307ad87bd0 100644 --- a/mail/spampd/Makefile +++ b/mail/spampd/Makefile @@ -15,11 +15,11 @@ RUN_DEPENDS= spamc:${PORTSDIR}/mail/p5-Mail-SpamAssassin \ NO_BUILD= yes PLIST_FILES= sbin/spampd -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= spampd USE_RC_SUBR= spampd -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/spampd ${PREFIX}/sbin + @${INSTALL_SCRIPT} ${WRKSRC}/spampd ${STAGEDIR}${PREFIX}/sbin .include <bsd.port.mk> |