aboutsummaryrefslogtreecommitdiff
path: root/textproc/ruby-xmlparser
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-07 14:39:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-07 14:39:18 +0000
commita09d4443fd0cf171e223784f68ba6c2d6fc2bcbd (patch)
treeda1c8ac3f10ee3f5ee2d516da3df47b1041d1b33 /textproc/ruby-xmlparser
parentd80fbd1aae46f23e90efec132694d924cf71e452 (diff)
downloadports-a09d4443fd0cf171e223784f68ba6c2d6fc2bcbd.tar.gz
ports-a09d4443fd0cf171e223784f68ba6c2d6fc2bcbd.zip
Notes
Diffstat (limited to 'textproc/ruby-xmlparser')
-rw-r--r--textproc/ruby-xmlparser/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/ruby-xmlparser/Makefile b/textproc/ruby-xmlparser/Makefile
index 4ddb0795dc23..ca86602d0036 100644
--- a/textproc/ruby-xmlparser/Makefile
+++ b/textproc/ruby-xmlparser/Makefile
@@ -24,6 +24,8 @@ USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
CONFIGURE_ARGS= --with-perl-enc-map=${SITE_PERL}/${PERL_ARCH}/XML/Parser/Encodings
INSTALL_TARGET= site-install
+MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \
+ INSTALL_DATA="${INSTALL_DATA}"
post-extract:
${FIND} ${WRKSRC} -name CVS -type d -exec ${RM} -r {} ';' -prune