diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 15:32:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-19 15:32:35 +0000 |
commit | 888089220d4bbdc6d03e1c26be74b4a9b55d2ec1 (patch) | |
tree | 9248f8f6201405bdf79b0ddf4bcd9f22d77f81d5 | |
parent | 086f7f854a4b90a046dd32be0e1ff5b2063b9141 (diff) | |
download | freebsd-ports-888089220d4bbdc6d03e1c26be74b4a9b55d2ec1.zip |
Pass PKGBASE to qa.sh
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a3d3981df158..7bdf1875a546 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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 |