aboutsummaryrefslogtreecommitdiff
path: root/textproc/tkdiff
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-11-19 13:05:33 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-11-19 13:05:33 +0000
commita1e4db95fcb021ee592286740fdd40905fc31926 (patch)
tree2c5f64895bfc019a32cb775db8d26ad96c95964e /textproc/tkdiff
parent28262c34e0d5bb0d5c7e306574152d545fc2eca7 (diff)
downloadports-a1e4db95fcb021ee592286740fdd40905fc31926.tar.gz
ports-a1e4db95fcb021ee592286740fdd40905fc31926.zip
Notes
Diffstat (limited to 'textproc/tkdiff')
-rw-r--r--textproc/tkdiff/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile
index 9d8ff2a6af37..88bb187432a9 100644
--- a/textproc/tkdiff/Makefile
+++ b/textproc/tkdiff/Makefile
@@ -14,13 +14,12 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
WRKSRC= ${WRKDIR}/${PORTNAME}-unix
-USE_TK_WRAPPER= yes
+USES= tk:wrapper
NO_BUILD= yes
PLIST_FILES= bin/tkdiff
-NO_STAGE= yes
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin
+ @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>