diff options
Diffstat (limited to 'textproc/kdiff3/Makefile')
-rw-r--r-- | textproc/kdiff3/Makefile | 7 |
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> |