diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 18:05:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 18:05:48 +0000 |
commit | dd9d36338d1bcb73322d7936921a811a7de49ca2 (patch) | |
tree | cd1acf365147d49793ca09a0f7fe1d9e02ff8b6c /Mk | |
parent | cd64b2075f1d5c031c9d6aca1edc02892dec27e9 (diff) | |
download | freebsd-ports-dd9d36338d1bcb73322d7936921a811a7de49ca2.zip |
qa.sh now needs LINUXBASE
With hat: portmgr
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index a30cb35fcd14..38013a871207 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -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} |