aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/kdiff3/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-06-07 04:57:43 +0800
committeradamw <adamw@FreeBSD.org>2003-06-07 04:57:43 +0800
commited373eb07275ce413c3177eb9f2545fc64753c69 (patch)
tree78ffa7ced78cc2808d533ee137dd94a37e5c1339 /textproc/kdiff3/Makefile
parentc522ecc2077c0383e5ddc83a4d8618735ca04e59 (diff)
downloadfreebsd-ports-gnome-ed373eb07275ce413c3177eb9f2545fc64753c69.tar.gz
freebsd-ports-gnome-ed373eb07275ce413c3177eb9f2545fc64753c69.tar.zst
freebsd-ports-gnome-ed373eb07275ce413c3177eb9f2545fc64753c69.zip
Update to 0.9.60.
PR: ports/52986 Submitted by: Heiner Eichmann <h.eichmann@gmx.de> (maintainer)
Diffstat (limited to 'textproc/kdiff3/Makefile')
-rw-r--r--textproc/kdiff3/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/kdiff3/Makefile b/textproc/kdiff3/Makefile
index dcbe54f11489..86a9ba37b01b 100644
--- a/textproc/kdiff3/Makefile
+++ b/textproc/kdiff3/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= kdiff3
-PORTVERSION= 0.9.51
+PORTVERSION= 0.9.60
CATEGORIES= textproc kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -19,4 +19,9 @@ CONFIGURE_ARGS+= --program-transform-name=s,^,,
USE_KDELIBS_VER= 3
GNU_CONFIGURE= yes
+pre-configure:
+.for i in config.h.in Makefile.in configure
+ ${TOUCH} ${WRKSRC}/${i}
+.endfor
+
.include <bsd.port.mk>