diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 10:36:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 10:36:27 +0800 |
commit | e99bb638e9d80d28ba2d2a8a6da868c54a4be710 (patch) | |
tree | d2997617a02c16c07893733b65b28aa8ea592981 | |
parent | 0636fdc340c65a3e0be2bf83ebb2e64dd506cd77 (diff) | |
download | freebsd-ports-graphics-e99bb638e9d80d28ba2d2a8a6da868c54a4be710.tar.gz freebsd-ports-graphics-e99bb638e9d80d28ba2d2a8a6da868c54a4be710.tar.zst freebsd-ports-graphics-e99bb638e9d80d28ba2d2a8a6da868c54a4be710.zip |
- Stage support
-rw-r--r-- | textproc/intltool/Makefile | 8 | ||||
-rw-r--r-- | textproc/intltool/pkg-plist | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 118787ce3c5..9f5ff2041ae 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -18,19 +18,15 @@ USES= iconv gmake perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" -MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ - intltool-update.8 intltoolize.8 - CONFLICTS= xml-i18n-tools-[0-9]* -NO_STAGE= yes 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 + ${MKDIR} ${STAGEDIR}${PREFIX}/share/intltool/XML/Parser/Style ${INSTALL_DATA} ${FILESDIR}/OrigTree.pm \ - ${PREFIX}/share/intltool/XML/Parser/Style + ${STAGEDIR}${PREFIX}/share/intltool/XML/Parser/Style .include <bsd.port.mk> diff --git a/textproc/intltool/pkg-plist b/textproc/intltool/pkg-plist index a56ce96a60e..f1a563104b3 100644 --- a/textproc/intltool/pkg-plist +++ b/textproc/intltool/pkg-plist @@ -6,6 +6,11 @@ bin/intltoolize share/aclocal/intltool.m4 %%DATADIR%%/Makefile.in.in %%DATADIR%%/XML/Parser/Style/OrigTree.pm +man/man8/intltool-extract.8.gz +man/man8/intltool-merge.8.gz +man/man8/intltool-prepare.8.gz +man/man8/intltool-update.8.gz +man/man8/intltoolize.8.gz @dirrm %%DATADIR%%/XML/Parser/Style @dirrm %%DATADIR%%/XML/Parser @dirrm %%DATADIR%%/XML |