summaryrefslogtreecommitdiff
path: root/textproc/tkdiff/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2008-02-15 05:21:36 +0000
committerKevin Lo <kevlo@FreeBSD.org>2008-02-15 05:21:36 +0000
commit2da8baa0c80fea0b453aa5d5ca806fd1e8d8de6f (patch)
tree0485a79d341b3a50df0ba6445dae015d66009fe0 /textproc/tkdiff/Makefile
parentPunJab is a HTTP jabber client interface. It is a SOAP, XMLRPC, (diff)
Update to 4.1.4
PR: ports/120594 Submitted by: Felippe de Meirelles Motta <lippemail at gmail dot com>
Diffstat (limited to 'textproc/tkdiff/Makefile')
-rw-r--r--textproc/tkdiff/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/textproc/tkdiff/Makefile b/textproc/tkdiff/Makefile
index ed0b1bad6ad9..98edd7f90d89 100644
--- a/textproc/tkdiff/Makefile
+++ b/textproc/tkdiff/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= tkdiff
-PORTVERSION= 4.1.3
+PORTVERSION= 4.1.4
CATEGORIES= textproc tk84
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-unix
MAINTAINER= kevlo@FreeBSD.org
@@ -17,18 +16,14 @@ COMMENT= A Tk frontend for diff(1)
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
NO_BUILD= yes
-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
+ @${INSTALL_SCRIPT} ${WRKSRC}/tkdiff ${PREFIX}/bin
.include <bsd.port.mk>