diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2012-01-16 02:52:50 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-01-16 02:52:50 +0000 |
commit | 30f8c69b5c08f550b3e5103a54408adf4f245ace (patch) | |
tree | 20d61b4198d995c7b1ce18bb747cde81d7ade1b4 /textproc/tkdiff/Makefile | |
parent | - Pass maintainership to zope@ (diff) |
Update to 4.2
PR: ports/164169
Submitted by: KATO Tsuguru <tkato432 at yahoo dot com>
Diffstat (limited to 'textproc/tkdiff/Makefile')
-rw-r--r-- | textproc/tkdiff/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile index 5ad20ad2612a..cc20909704e3 100644 --- a/textproc/tkdiff/Makefile +++ b/textproc/tkdiff/Makefile @@ -6,23 +6,23 @@ # PORTNAME= tkdiff -PORTVERSION= 4.1.4 -PORTREVISION= 1 +PORTVERSION= 4.2 CATEGORIES= textproc tk MASTER_SITES= SF -DISTNAME= ${PORTNAME}-${PORTVERSION}-unix MAINTAINER= kevlo@FreeBSD.org COMMENT= A Tk frontend for diff(1) -USE_TK= yes +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +WRKSRC= ${WRKDIR}/${PORTNAME}-unix + +USE_TK_WRAPPER= yes NO_BUILD= yes PLIST_FILES= bin/tkdiff -post-patch: - @${REINPLACE_CMD} -e 's|wish|${WISH}|' ${WRKSRC}/tkdiff - do-install: @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin |