diff options
author | gahr <gahr@FreeBSD.org> | 2014-02-18 23:50:19 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-02-18 23:50:19 +0800 |
commit | 32ab16a6af86bf82ece377fe1dde50a8906934ac (patch) | |
tree | 7ca2fda53c94bf14687b2e2a170e9d27b0446e64 | |
parent | a903e94a0497435c462e7c61d4d18d81357d9814 (diff) | |
download | freebsd-ports-gnome-32ab16a6af86bf82ece377fe1dde50a8906934ac.tar.gz freebsd-ports-gnome-32ab16a6af86bf82ece377fe1dde50a8906934ac.tar.zst freebsd-ports-gnome-32ab16a6af86bf82ece377fe1dde50a8906934ac.zip |
- STAGE-clean
-rw-r--r-- | astro/ptiger/Makefile | 7 |
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> |