svn commit: r392510 - head/Mk
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jul 19 15:32:36 UTC 2015
Author: bapt
Date: Sun Jul 19 15:32:35 2015
New Revision: 392510
URL: https://svnweb.freebsd.org/changeset/ports/392510
Log:
Pass PKGBASE to qa.sh
Modified:
head/Mk/bsd.port.mk
Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk Sun Jul 19 14:38:43 2015 (r392509)
+++ head/Mk/bsd.port.mk Sun Jul 19 15:32:35 2015 (r392510)
@@ -1496,7 +1496,8 @@ QA_ENV+= STAGEDIR=${STAGEDIR} \
LINUXBASE=${LINUXBASE} \
LOCALBASE=${LOCALBASE} \
"STRIP=${STRIP}" \
- TMPPLIST=${TMPPLIST}
+ TMPPLIST=${TMPPLIST} \
+ PKGBASE=${PKGBASE}
.if !empty(USES:Mdesktop-file-utils)
QA_ENV+= USESDESKTOPFILEUTILS=yes
.endif
More information about the svn-ports-all
mailing list