svn commit: r369989 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Sat Oct 4 18:05:49 UTC 2014


Author: antoine
Date: Sat Oct  4 18:05:48 2014
New Revision: 369989
URL: https://svnweb.freebsd.org/changeset/ports/369989
QAT: https://qat.redports.org/buildarchive/r369989/

Log:
  qa.sh now needs LINUXBASE
  
  With hat:	portmgr

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Sat Oct  4 17:47:29 2014	(r369988)
+++ head/Mk/bsd.port.mk	Sat Oct  4 18:05:48 2014	(r369989)
@@ -1080,6 +1080,7 @@ MAKE_ENV+=		XDG_DATA_HOME=${WRKDIR} \
 				HOME=${WRKDIR}
 QA_ENV+=	STAGEDIR=${STAGEDIR} \
 			PREFIX=${PREFIX} \
+			LINUXBASE=${LINUXBASE} \
 			LOCALBASE=${LOCALBASE} \
 			"STRIP=${STRIP}" \
 			TMPPLIST=${TMPPLIST}


More information about the svn-ports-all mailing list