From 25539a959b219d81550b87b5aae4b0171793242b Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 28 Sep 2003 13:52:51 +0000 Subject: Make sure the port can find all libraries even if LOCALBASE isn't set in the environment. Submitted by: Stefan Farfeleder --- games/uqm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games') diff --git a/games/uqm/Makefile b/games/uqm/Makefile index a2e4735..d31fd49 100644 --- a/games/uqm/Makefile +++ b/games/uqm/Makefile @@ -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 -- cgit v1.1