diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:14:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 13:14:04 +0000 |
commit | 701daf1eabe3254ca8587ce22ec8222e36b790ca (patch) | |
tree | 1cc10274b95444868f11e5a388e354d25cec423e /astro/ptiger | |
parent | e044f7f73ca5dce1b5677018c61f1d059bb3ac9c (diff) |
Notes
Diffstat (limited to 'astro/ptiger')
-rw-r--r-- | astro/ptiger/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/ptiger/Makefile b/astro/ptiger/Makefile index 3cba010003f1..5584cd02bb37 100644 --- a/astro/ptiger/Makefile +++ b/astro/ptiger/Makefile @@ -14,6 +14,7 @@ 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 |