Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 14:34:12 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346350 - head/dns/ipcheck
Message-ID:  <201402271434.s1REYCCG096067@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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