svn commit: r366010 - head/lang/munger

Antoine Brodin antoine at FreeBSD.org
Sun Aug 24 20:04:30 UTC 2014


Author: antoine
Date: Sun Aug 24 20:04:29 2014
New Revision: 366010
URL: http://svnweb.freebsd.org/changeset/ports/366010
QAT: https://qat.redports.org/buildarchive/r366010/

Log:
  Allow staging as a regular user

Modified:
  head/lang/munger/Makefile

Modified: head/lang/munger/Makefile
==============================================================================
--- head/lang/munger/Makefile	Sun Aug 24 20:00:56 2014	(r366009)
+++ head/lang/munger/Makefile	Sun Aug 24 20:04:29 2014	(r366010)
@@ -11,6 +11,10 @@ COMMENT=	Static lisp interpreter with te
 
 LIB_DEPENDS=	libtre.so:${PORTSDIR}/textproc/libtre
 
+MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
+		INSTALL_DATA="${INSTALL_DATA}" INSTALL_MAN="${INSTALL_MAN}" \
+		MKDIR="${MKDIR}"
+
 DATADIR=	${PREFIX}/share/${PORTNAME}-${PORTVERSION}
 
 OPTIONS_DEFINE=	SQLITE


More information about the svn-ports-head mailing list