aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2014-02-18 23:50:19 +0800
committergahr <gahr@FreeBSD.org>2014-02-18 23:50:19 +0800
commit32ab16a6af86bf82ece377fe1dde50a8906934ac (patch)
tree7ca2fda53c94bf14687b2e2a170e9d27b0446e64
parenta903e94a0497435c462e7c61d4d18d81357d9814 (diff)
downloadfreebsd-ports-gnome-32ab16a6af86bf82ece377fe1dde50a8906934ac.tar.gz
freebsd-ports-gnome-32ab16a6af86bf82ece377fe1dde50a8906934ac.tar.zst
freebsd-ports-gnome-32ab16a6af86bf82ece377fe1dde50a8906934ac.zip
- STAGE-clean
-rw-r--r--astro/ptiger/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/ptiger/Makefile b/astro/ptiger/Makefile
index 5584cd02bb37..e7a91d1ccef1 100644
--- a/astro/ptiger/Makefile
+++ b/astro/ptiger/Makefile
@@ -14,14 +14,13 @@ LIB_DEPENDS= libtkgeomap.so:${PORTSDIR}/astro/tkgeomap
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>