aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-policyd-spf-perl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-29 08:49:46 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-29 08:49:46 +0000
commitecb9100ce623e8fd10c73e41ad60d1646ea1c555 (patch)
tree81f516ac24c669f2def6e8b5a51898017f68ddbf /mail/postfix-policyd-spf-perl
parente6d91ff65f313dd04acd34d1c455e1b955481559 (diff)
downloadports-ecb9100ce623e8fd10c73e41ad60d1646ea1c555.tar.gz
ports-ecb9100ce623e8fd10c73e41ad60d1646ea1c555.zip
- Support STAGEDIR
PR: ports/188038 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
Notes
Notes: svn path=/head/; revision=349493
Diffstat (limited to 'mail/postfix-policyd-spf-perl')
-rw-r--r--mail/postfix-policyd-spf-perl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/postfix-policyd-spf-perl/Makefile b/mail/postfix-policyd-spf-perl/Makefile
index b9f01a0ef48d..c376876f3c14 100644
--- a/mail/postfix-policyd-spf-perl/Makefile
+++ b/mail/postfix-policyd-spf-perl/Makefile
@@ -27,7 +27,6 @@ SPF_TEMPERROR?= DEFER_IF_PERMIT
REINPLACE= s/%%SPF_FAIL%%/${SPF_FAIL}/g;\
s/%%SPF_TEMPERROR%%/${SPF_TEMPERROR}/g;
-NO_STAGE= yes
pre-patch:
@${ECHO_MSG} ""
@${ECHO_MSG} "You can change the actions returned by the server by setting the following"
@@ -43,9 +42,6 @@ post-patch:
@${REINPLACE_CMD} -e '${REINPLACE}' ${WRKSRC}/postfix-policyd-spf-perl
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/postfix-policyd-spf-perl ${PREFIX}/sbin
-
-post-install:
- @${CAT} ${PKGMESSAGE}
+ @${INSTALL_SCRIPT} ${WRKSRC}/postfix-policyd-spf-perl ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>