1
0
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:
Pete Fritchman 2001-10-30 01:51:01 +00:00
parent 8247c0e01a
commit 842554d826
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49356
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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