aboutsummaryrefslogtreecommitdiff
path: root/astro/ptiger
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-02-18 15:50:19 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-02-18 15:50:19 +0000
commit6b550fbc2480738277749277b2fd35e92f0ea796 (patch)
tree7ca2fda53c94bf14687b2e2a170e9d27b0446e64 /astro/ptiger
parente8c000e06fb013b0606098c247ee42c88ae04b90 (diff)
downloadports-6b550fbc2480738277749277b2fd35e92f0ea796.tar.gz
ports-6b550fbc2480738277749277b2fd35e92f0ea796.zip
Notes
Diffstat (limited to 'astro/ptiger')
-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>