Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2014 08:49:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349493 - head/mail/postfix-policyd-spf-perl
Message-ID:  <201403290849.s2T8nkTp073841@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 29 08:49:46 2014
New Revision: 349493
URL: http://svnweb.freebsd.org/changeset/ports/349493
QAT: https://qat.redports.org/buildarchive/r349493/

Log:
  - Support STAGEDIR
  
  PR:		ports/188038
  Submitted by:	Danilo G. Baio <dbaio@bsd.com.br>
  Approved by:	Darren Pilgrim <ports.maintainer@evilphi.com> (maintainer)

Modified:
  head/mail/postfix-policyd-spf-perl/Makefile

Modified: head/mail/postfix-policyd-spf-perl/Makefile
==============================================================================
--- head/mail/postfix-policyd-spf-perl/Makefile	Sat Mar 29 08:46:14 2014	(r349492)
+++ head/mail/postfix-policyd-spf-perl/Makefile	Sat Mar 29 08:49:46 2014	(r349493)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403290849.s2T8nkTp073841>