svn commit: r350488 - head/japanese/ruby-uconv

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


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

Log:
  Fix packaging as a user

Modified:
  head/japanese/ruby-uconv/Makefile

Modified: head/japanese/ruby-uconv/Makefile
==============================================================================
--- head/japanese/ruby-uconv/Makefile	Mon Apr  7 14:37:22 2014	(r350487)
+++ head/japanese/ruby-uconv/Makefile	Mon Apr  7 14:38:18 2014	(r350488)
@@ -15,6 +15,8 @@ USE_RUBY_EXTCONF=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 INSTALL_TARGET=	site-install
+MAKE_ARGS=	INSTALL_PROG="${INSTALL_PROGRAM}" \
+		INSTALL_DATA="${INSTALL_DATA}"
 
 .include <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list