diff options
Diffstat (limited to 'editors/koffice-kde4-l10n/Makefile')
-rw-r--r-- | editors/koffice-kde4-l10n/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/koffice-kde4-l10n/Makefile b/editors/koffice-kde4-l10n/Makefile index fbf5456e83ad..885b09c87a1e 100644 --- a/editors/koffice-kde4-l10n/Makefile +++ b/editors/koffice-kde4-l10n/Makefile @@ -6,7 +6,7 @@ # PORTNAME= koffice-i18n -PORTVERSION= 1.1 +PORTVERSION= 1.1.1 CATEGORIES?= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/koffice-${PORTVERSION}/src @@ -29,6 +29,9 @@ SCRIPTS_ENV+= PLIST=${PLIST} .include <bsd.port.pre.mk> +post-extract: + @${RM} -fr ${WRKSRC}/nb ${WRKSRC}/nn + pre-configure: ${MKDIR} ${WRKSRC}/auto-bin .for AC in autoconf autoheader |