mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Support STAGEDIR
PR: ports/188038 Submitted by: Danilo G. Baio <dbaio@bsd.com.br> Approved by: Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)
This commit is contained in:
parent
e6d91ff65f
commit
ecb9100ce6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349493
1 changed files with 1 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue