svn commit: r346131 - head/mail/adcomplain

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 07:24:09 UTC 2014


Author: ehaupt
Date: Wed Feb 26 07:24:08 2014
New Revision: 346131
URL: http://svnweb.freebsd.org/changeset/ports/346131
QAT: https://qat.redports.org/buildarchive/r346131/

Log:
  Support staging

Modified:
  head/mail/adcomplain/Makefile

Modified: head/mail/adcomplain/Makefile
==============================================================================
--- head/mail/adcomplain/Makefile	Wed Feb 26 07:21:43 2014	(r346130)
+++ head/mail/adcomplain/Makefile	Wed Feb 26 07:24:08 2014	(r346131)
@@ -20,14 +20,13 @@ NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 PLIST_FILES=	bin/adcomplain
 
-NO_STAGE=	yes
 post-patch:
 	cd ${WRKSRC}; \
 	${CP} adcomplain.pl adcomplain.pl.old; \
 	${SED} 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl
 
 do-install:
-	cd ${WRKSRC}; \
-	${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain
+	${INSTALL_SCRIPT} ${WRKSRC}/adcomplain.pl \
+		${STAGEDIR}${PREFIX}/bin/adcomplain
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list