aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/tkdiff
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2013-11-19 21:05:33 +0800
committergahr <gahr@FreeBSD.org>2013-11-19 21:05:33 +0800
commit87ebe690eab317ecef084577a30e1d3ecf295143 (patch)
tree2c5f64895bfc019a32cb775db8d26ad96c95964e /textproc/tkdiff
parent2248a625701964b5779cd5fd0129dd24f4f2d50b (diff)
downloadfreebsd-ports-gnome-87ebe690eab317ecef084577a30e1d3ecf295143.tar.gz
freebsd-ports-gnome-87ebe690eab317ecef084577a30e1d3ecf295143.tar.zst
freebsd-ports-gnome-87ebe690eab317ecef084577a30e1d3ecf295143.zip
- Convert to USES=tk
- STAGE-clean
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>