Make sure the port can find all libraries even if LOCALBASE isn't
set in the environment. Submitted by: Stefan Farfeleder
This commit is contained in:
parent
d4de731fe3
commit
963919bf73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89682
@ -30,7 +30,7 @@ post-extract:
|
||||
${CP} ${DISTDIR}/${PORTNAME}-${PORTVERSION}-content.zip ${WRKSRC}/content/packages/
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ./build.sh uqm config
|
||||
cd ${WRKSRC} && ${SETENV} LOCALBASE=${LOCALBASE} PREFIX=${PREFIX} ./build.sh uqm config
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ./build.sh uqm
|
||||
|
Loading…
Reference in New Issue
Block a user