diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-15 16:16:32 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-15 16:16:32 +0000 |
commit | 1aced58dae2e4b271f74d726a0e8f0edcc323838 (patch) | |
tree | aa290e0641e0448ee8919195bad0a9b5bf828e59 /french/kde3-i18n/Makefile | |
parent | 26687091c458f586e024178035ef42cf319d663d (diff) |
Notes
Diffstat (limited to 'french/kde3-i18n/Makefile')
-rw-r--r-- | french/kde3-i18n/Makefile | 6 |
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> |