mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 03:26:41 -04:00
devel/py3c: don't let MAKEFLAGS pollute gmake invocation
PR: 286081 Reported by: John Hein <jcfyecrayz@liamekaens.com>
This commit is contained in:
parent
7626324815
commit
c619967f1b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ GH_ACCOUNT= encukou
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MAKE_CMD} \
|
${SETENVI} ${WRK_ENV} ${MAKE_CMD} \
|
||||||
prefix=${PREFIX} \
|
prefix=${PREFIX} \
|
||||||
pkgconfigdir=${PREFIX}/libdata/pkgconfig \
|
pkgconfigdir=${PREFIX}/libdata/pkgconfig \
|
||||||
DESTDIR=${STAGEDIR} \
|
DESTDIR=${STAGEDIR} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue