svn commit: r350489 - head/textproc/ruby-xmlparser

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 7 14:39:18 UTC 2014


Author: bapt
Date: Mon Apr  7 14:39:18 2014
New Revision: 350489
URL: http://svnweb.freebsd.org/changeset/ports/350489
QAT: https://qat.redports.org/buildarchive/r350489/

Log:
  Fix packaging as a user

Modified:
  head/textproc/ruby-xmlparser/Makefile

Modified: head/textproc/ruby-xmlparser/Makefile
==============================================================================
--- head/textproc/ruby-xmlparser/Makefile	Mon Apr  7 14:38:18 2014	(r350488)
+++ head/textproc/ruby-xmlparser/Makefile	Mon Apr  7 14:39:18 2014	(r350489)
@@ -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


More information about the svn-ports-all mailing list