svn commit: r344914 - head/astro/ptiger

Pietro Cerutti gahr at FreeBSD.org
Tue Feb 18 15:50:20 UTC 2014


Author: gahr
Date: Tue Feb 18 15:50:19 2014
New Revision: 344914
URL: http://svnweb.freebsd.org/changeset/ports/344914
QAT: https://qat.redports.org/buildarchive/r344914/

Log:
  - STAGE-clean

Modified:
  head/astro/ptiger/Makefile

Modified: head/astro/ptiger/Makefile
==============================================================================
--- head/astro/ptiger/Makefile	Tue Feb 18 15:48:34 2014	(r344913)
+++ head/astro/ptiger/Makefile	Tue Feb 18 15:50:19 2014	(r344914)
@@ -14,14 +14,13 @@ LIB_DEPENDS=	libtkgeomap.so:${PORTSDIR}/
 
 USES+=		tk:run
 NO_BUILD=	yes
-NO_STAGE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -Ee 's,\[pwd\],${DATADIR}/src,;s,(lines/|places/|src/),${DATADIR}/\1,g;s,wish,${WISH},' ${WRKSRC}/src/PTiger.tcl
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKSRC}/src/PTiger.tcl ${PREFIX}/bin/${PORTNAME}
-	@${INSTALL} -d ${DATADIR}
-	@${CP} -Rf ${WRKSRC}/lines ${WRKSRC}/places ${WRKSRC}/src ${DATADIR}/
+	${INSTALL_SCRIPT} ${WRKSRC}/src/PTiger.tcl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${CP} -Rf ${WRKSRC}/lines ${WRKSRC}/places ${WRKSRC}/src ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list