summaryrefslogtreecommitdiff
path: root/french/kde3-i18n/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'french/kde3-i18n/Makefile')
-rw-r--r--french/kde3-i18n/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/french/kde3-i18n/Makefile b/french/kde3-i18n/Makefile
index 735b320afc89..d40042d519a9 100644
--- a/french/kde3-i18n/Makefile
+++ b/french/kde3-i18n/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= kde-i18n-fr
-PORTVERSION= 3.0
+PORTVERSION= 3.0.1
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -25,4 +25,8 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+pre-configure:
+ ${PERL} -pi -e "s@ core @ @g" \
+ ${WRKSRC}/docs/kdebase/khelpcenter/faq/Makefile.in
+
.include <bsd.port.mk>