aboutsummaryrefslogtreecommitdiff
path: root/textproc/intltool/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-24 19:26:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-02-24 19:26:25 +0000
commit8f6d8c9a44c1bc4c1ee94321ff641d7fcfcbf433 (patch)
tree452a2d4a20153177088383355c173649fa187b3a /textproc/intltool/Makefile
parent44ae9dc661ef628b236a0d14f129b08256aeb3da (diff)
downloadports-8f6d8c9a44c1bc4c1ee94321ff641d7fcfcbf433.tar.gz
ports-8f6d8c9a44c1bc4c1ee94321ff641d7fcfcbf433.zip
Notes
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r--textproc/intltool/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile
index 76d0b5f64519..d44a73f3f3f0 100644
--- a/textproc/intltool/Makefile
+++ b/textproc/intltool/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= intltool
-PORTVERSION= 0.35.4
+PORTVERSION= 0.35.5
CATEGORIES= textproc gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.35
@@ -31,13 +31,14 @@ MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \
CONFLICTS= xml-i18n-tools-[0-9]*
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires Perl 5.6 or higher
+.endif
+
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
-E -e '/^mkinstalldirs[[:space:]]*=/s^/\.\.^^g'
-post-install:
- ${MKDIR} ${PREFIX}/share/intltool/XML/Parser/Style
- ${INSTALL_DATA} ${FILESDIR}/OrigTree.pm \
- ${PREFIX}/share/intltool/XML/Parser/Style
-
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>