diff options
Diffstat (limited to 'french/kde4-l10n/Makefile')
-rw-r--r-- | french/kde4-l10n/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/french/kde4-l10n/Makefile b/french/kde4-l10n/Makefile index 735b320afc89..d40042d519a9 100644 --- a/french/kde4-l10n/Makefile +++ b/french/kde4-l10n/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> |