diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 06:28:14 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-10-25 06:28:14 +0000 |
commit | 5119e172ddd0109b68c82a7a5aab383c5a190d8a (patch) | |
tree | edfa79f5f54ac3117034bc84a7a63d007bb3f554 /astro/xeartk | |
parent | 2a5c8652e56c16ebe2c1d9a664e2141c3f1ea45b (diff) | |
download | ports-5119e172ddd0109b68c82a7a5aab383c5a190d8a.tar.gz ports-5119e172ddd0109b68c82a7a5aab383c5a190d8a.zip |
Notes
Diffstat (limited to 'astro/xeartk')
-rw-r--r-- | astro/xeartk/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/xeartk/Makefile b/astro/xeartk/Makefile index 97d3b0acf345..4784b4908caa 100644 --- a/astro/xeartk/Makefile +++ b/astro/xeartk/Makefile @@ -12,7 +12,6 @@ COMMENT= Small demo for tkgeomap LIB_DEPENDS= libtkgeomap.so:${PORTSDIR}/astro/tkgeomap -NO_STAGE= yes USES+= tk:run NO_BUILD= yes DATA_FILES= README cities land.xdr rivers.xdr water.xdr @@ -24,8 +23,8 @@ post-patch: @${REINPLACE_CMD} -e 's| 0\([0-9]\)| \1|g' ${WRKSRC}/data/cities do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/src/XEartk.tcl ${PREFIX}/bin/${PORTNAME} - @${INSTALL} -d ${DATADIR} - @${INSTALL_DATA} ${DATA_FILES:S,^,${WRKSRC}/data/,} ${DATADIR}/ + @${INSTALL_SCRIPT} ${WRKSRC}/src/XEartk.tcl ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @${INSTALL} -d ${STAGEDIR}${DATADIR} + @${INSTALL_DATA} ${DATA_FILES:S,^,${WRKSRC}/data/,} ${STAGEDIR}${DATADIR}/ .include <bsd.port.mk> |