diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-30 01:51:01 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-30 01:51:01 +0000 |
commit | 842554d826701291152783cf93ec6d5ff4103997 (patch) | |
tree | 7e76289fd44fbb3bac2ef01637eecff242689da9 /french/dico | |
parent | 8247c0e01ae9ae06647bbcb17c23a605049cd8e8 (diff) | |
download | ports-842554d826701291152783cf93ec6d5ff4103997.tar.gz ports-842554d826701291152783cf93ec6d5ff4103997.zip |
Notes
Diffstat (limited to 'french/dico')
-rw-r--r-- | french/dico/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile index 516620bc269d..9ce3f7500d75 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 |