diff options
-rw-r--r-- | french/dico/Makefile | 2 | ||||
-rw-r--r-- | textproc/dico/Makefile | 2 |
2 files changed, 4 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: diff --git a/textproc/dico/Makefile b/textproc/dico/Makefile index c6fdb42c..516620b 100644 --- a/textproc/dico/Makefile +++ b/textproc/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: |