diff options
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 73aa1ac..feeb6f1 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,8 +6,7 @@ # PORTNAME= intltool -PORTVERSION= 0.17 -PORTREVISION= 1 +PORTVERSION= 0.18 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/${PORTNAME} @@ -25,8 +24,4 @@ CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ intltool-update.8 intltoolize.8 -pre-patch: - @find ${WRKSRC} -name "intltool-*.in" | xargs ${PERL} -pi -e \ - 's|iconv -|giconv -|g' - .include <bsd.port.mk> |