diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2007-09-27 01:17:45 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2007-09-27 01:17:45 +0000 |
commit | b326e6daff04e253b97bb5c85f4506c86491ff95 (patch) | |
tree | a70dbf231ab24558ff8484c21ebd4ff9c5131850 /textproc/tkdiff/Makefile | |
parent | [NEW PORT]sysutils/pkgsearch : find your packages (diff) |
Update to 4.1.3
Diffstat (limited to 'textproc/tkdiff/Makefile')
-rw-r--r-- | textproc/tkdiff/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile index ffd8e65ca949..ed0b1bad6ad9 100644 --- a/textproc/tkdiff/Makefile +++ b/textproc/tkdiff/Makefile @@ -6,19 +6,18 @@ # PORTNAME= tkdiff -PORTVERSION= 4.0 -PORTREVISION= 1 +PORTVERSION= 4.1.3 CATEGORIES= textproc tk84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}_4_0 +DISTNAME= ${PORTNAME}-${PORTVERSION}-unix MAINTAINER= kevlo@FreeBSD.org COMMENT= A Tk frontend for diff(1) RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -WRKSRC= ${WRKDIR}/${PORTNAME}-unix +WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= yes @@ -26,6 +25,9 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/tkdiff +post-patch: + @${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/tkdiff + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin |