svn commit: r346350 - head/dns/ipcheck

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 14:34:12 UTC 2014


Author: ehaupt
Date: Thu Feb 27 14:34:11 2014
New Revision: 346350
URL: http://svnweb.freebsd.org/changeset/ports/346350
QAT: https://qat.redports.org/buildarchive/r346350/

Log:
  Support staging

Modified:
  head/dns/ipcheck/Makefile

Modified: head/dns/ipcheck/Makefile
==============================================================================
--- head/dns/ipcheck/Makefile	Thu Feb 27 14:32:57 2014	(r346349)
+++ head/dns/ipcheck/Makefile	Thu Feb 27 14:34:11 2014	(r346350)
@@ -19,15 +19,16 @@ LICENSE=	GPLv2
 USE_PYTHON=	yes
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
+
 PLIST_FILES=	bin/ipcheck.py
 
-NO_STAGE=	yes
 do-patch:
 	@${SED} \
 		-e "s!/usr/bin/python!${LOCALBASE}/bin/python!" \
 		-e "s!ppp0!tun0!" \
 		${DISTDIR}/${DISTNAME} > ${WRKDIR}/${DISTNAME}
 do-install:
-	@${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}.py
+	${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}.py
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list