summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-30 01:51:01 +0000
committerpetef <petef@FreeBSD.org>2001-10-30 01:51:01 +0000
commite672053710a37f80930d3bd00beda84f3a19ad0b (patch)
tree576bea3ef82c4c5c0730edd513194e65916108b0
parent6ee8704575c4eb974538ae697785f138f02c29fa (diff)
downloadFreeBSD-ports-e672053710a37f80930d3bd00beda84f3a19ad0b.zip
FreeBSD-ports-e672053710a37f80930d3bd00beda84f3a19ad0b.tar.gz
Use AUTOMAKE_ARGS instead of setting AUTOMAKE to "automake <args>"
PR: 31594 Submitted by: TOGAWA Satoshi <toga@puyo.org>
-rw-r--r--french/dico/Makefile2
-rw-r--r--textproc/dico/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile
index 516620b..9ce3f75 100644
--- a/french/dico/Makefile
+++ b/french/dico/Makefile
@@ -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
diff --git a/textproc/dico/Makefile b/textproc/dico/Makefile
index 516620b..9ce3f75 100644
--- a/textproc/dico/Makefile
+++ b/textproc/dico/Makefile
@@ -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
OpenPOWER on IntegriCloud