From 1fbf6e36072f1161941052ebe67eab109440705d Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 3 Feb 2014 02:36:27 +0000 Subject: - Stage support --- textproc/intltool/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'textproc/intltool/Makefile') diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 118787ce3c50..9f5ff2041ae3 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 -- cgit v1.2.3