aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spampd
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-20 21:44:34 +0800
committermat <mat@FreeBSD.org>2014-01-20 21:44:34 +0800
commit72650851e34a97fdca05227232e3a6d6cd39ea0e (patch)
tree832050813516ae57e2ac5aaa007e0d0fb4b2cdfc /mail/spampd
parent04dcb8c149cc3ac016a0b920d4f22f45ec9fa39a (diff)
downloadfreebsd-ports-graphics-72650851e34a97fdca05227232e3a6d6cd39ea0e.tar.gz
freebsd-ports-graphics-72650851e34a97fdca05227232e3a6d6cd39ea0e.tar.zst
freebsd-ports-graphics-72650851e34a97fdca05227232e3a6d6cd39ea0e.zip
Support staging.
Diffstat (limited to 'mail/spampd')
-rw-r--r--mail/spampd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spampd/Makefile b/mail/spampd/Makefile
index 03115f7ca43..db307ad87bd 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>