diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-13 00:48:00 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-13 00:48:00 +0000 |
commit | 6b1a1a1b6be13ed06579d77d2b3221ce5616501e (patch) | |
tree | 0edf3c09eb1a1ae2fb83f99305dd4aef3cd5250f /french/dico | |
parent | 29cccd0e5b6fd07445287639f6d66c1db7388ce4 (diff) | |
download | FreeBSD-ports-6b1a1a1b6be13ed06579d77d2b3221ce5616501e.zip FreeBSD-ports-6b1a1a1b6be13ed06579d77d2b3221ce5616501e.tar.gz |
honor PREFIX: USE_GMAKE and MAKE_ARGS
PR: 30386
Submitted by: MAINTAINER
Diffstat (limited to 'french/dico')
-rw-r--r-- | french/dico/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/french/dico/Makefile b/french/dico/Makefile index c6fdb42c..516620b 100644 --- a/french/dico/Makefile +++ b/french/dico/Makefile @@ -19,8 +19,10 @@ MAINTAINER= clefevre@citeweb.net NO_WRKSUBDIR= true PATCH_STRIP= -p1 USE_AUTOMAKE= true +USE_GMAKE= true AUTOMAKE= automake --add-missing --foreign --include-deps ACLOCAL= aclocal +MAKE_ARGS= prefix=${PREFIX} MAN1= dico.1 post-patch: |