mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Fixed typo in earlier commit
Noticed by: sahil@
This commit is contained in:
parent
233773b485
commit
3b59873f5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263092
@ -20,7 +20,7 @@ NO_BUILD= yes
|
||||
|
||||
ALL_TARGET= first
|
||||
CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/libi:$$LD_LIBRARY_PATH \
|
||||
MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \
|
||||
PATH=${WRKSRC}/bin:$$PATH
|
||||
|
||||
EXTRACT_AFTER_ARGS=| ${TAR} -xf - '${DISTNAME}/doc'
|
||||
|
Loading…
Reference in New Issue
Block a user