diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2013-12-11 04:39:47 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2013-12-11 04:39:47 +0000 |
| commit | 8ee8d3c4448fa47cb190b0b83b1d1d8be4df8252 (patch) | |
| tree | 7d1d6a33d919673ea81b15115a2c87ef79160911 /textproc/tkdiff/Makefile | |
| parent | 1f706e03ccd899ad91dd165c1af616994bae792f (diff) | |
Notes
Diffstat (limited to 'textproc/tkdiff/Makefile')
| -rw-r--r-- | textproc/tkdiff/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile index 88bb187432a9..f6561057b4aa 100644 --- a/textproc/tkdiff/Makefile +++ b/textproc/tkdiff/Makefile @@ -3,6 +3,7 @@ PORTNAME= tkdiff PORTVERSION= 4.2 +PORTREVISION= 1 CATEGORIES= textproc tk MASTER_SITES= SF @@ -19,6 +20,10 @@ NO_BUILD= yes PLIST_FILES= bin/tkdiff +post-patch: + ${FIND} ${WRKSRC} -type f | ${XARGS} \ + ${REINPLACE_CMD} -e '/^exec wish/s|wish|${WISH}|g' -e '/^exec tclsh/s|tclsh|${TCLSH}|g' + do-install: @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${STAGEDIR}${PREFIX}/bin |
