mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Use AUTOMAKE_ARGS instead of setting AUTOMAKE to "automake <args>"
PR: 31594 Submitted by: TOGAWA Satoshi <toga@puyo.org>
This commit is contained in:
parent
8247c0e01a
commit
842554d826
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49356
@ -20,7 +20,7 @@ NO_WRKSUBDIR= true
|
||||
PATCH_STRIP= -p1
|
||||
USE_AUTOMAKE= true
|
||||
USE_GMAKE= true
|
||||
AUTOMAKE= automake --add-missing --foreign --include-deps
|
||||
AUTOMAKE_ARGS= --add-missing --foreign --include-deps
|
||||
ACLOCAL= aclocal
|
||||
MAKE_ARGS= prefix=${PREFIX}
|
||||
MAN1= dico.1
|
||||
|
@ -20,7 +20,7 @@ NO_WRKSUBDIR= true
|
||||
PATCH_STRIP= -p1
|
||||
USE_AUTOMAKE= true
|
||||
USE_GMAKE= true
|
||||
AUTOMAKE= automake --add-missing --foreign --include-deps
|
||||
AUTOMAKE_ARGS= --add-missing --foreign --include-deps
|
||||
ACLOCAL= aclocal
|
||||
MAKE_ARGS= prefix=${PREFIX}
|
||||
MAN1= dico.1
|
||||
|
Loading…
Reference in New Issue
Block a user