svn commit: r334312 - head/textproc/tkdiff
Pietro Cerutti
gahr at FreeBSD.org
Tue Nov 19 13:05:33 UTC 2013
Author: gahr
Date: Tue Nov 19 13:05:33 2013
New Revision: 334312
URL: http://svnweb.freebsd.org/changeset/ports/334312
Log:
- Convert to USES=tk
- STAGE-clean
Modified:
head/textproc/tkdiff/Makefile
Modified: head/textproc/tkdiff/Makefile
==============================================================================
--- head/textproc/tkdiff/Makefile Tue Nov 19 12:59:56 2013 (r334311)
+++ head/textproc/tkdiff/Makefile Tue Nov 19 13:05:33 2013 (r334312)
@@ -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>
More information about the svn-ports-head
mailing list