diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-02 18:26:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-07-02 18:26:32 +0000 |
commit | d2380afc317ce652b314fbf126ba08aeda0f3471 (patch) | |
tree | 669df603674f28c380bc02873336921a6008a6f4 /textproc/intltool/Makefile | |
parent | e4ae41442bf1695c375d7234475fa4888fb106eb (diff) |
Notes
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 5df3cb1dbcb0..29b30c68fd33 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -6,11 +6,10 @@ # PORTNAME= intltool -PORTVERSION= 0.30 -PORTREVISION= 1 +PORTVERSION= 0.31 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.30 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.31 DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org @@ -32,6 +31,14 @@ MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ CONFLICTS= xml-i18n-tools-* +post-extract: + @${CP} ${FILESDIR}/install-sh ${WRKSRC} + @${CHMOD} +x ${WRKSRC}/install-sh + +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 \ |