diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-29 08:49:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-29 08:49:46 +0000 |
commit | ecb9100ce623e8fd10c73e41ad60d1646ea1c555 (patch) | |
tree | 81f516ac24c669f2def6e8b5a51898017f68ddbf /mail | |
parent | e6d91ff65f313dd04acd34d1c455e1b955481559 (diff) | |
download | ports-ecb9100ce623e8fd10c73e41ad60d1646ea1c555.tar.gz ports-ecb9100ce623e8fd10c73e41ad60d1646ea1c555.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-policyd-spf-perl/Makefile | 6 |
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> |