diff options
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 5e490dba53b9..2a75a74ac873 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,11 +6,10 @@ # PORTNAME= intltool -PORTVERSION= 0.28 -PORTREVISION= 1 +PORTVERSION= 0.29 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.28 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.29 DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -32,7 +31,4 @@ MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ CONFLICTS= xml-i18n-tools-* -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/intltool-merge.in - .include <bsd.port.mk> |