From 2dbbb021e7455f7626744039287c4c3fd96e6506 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Thu, 13 Sep 2001 00:48:00 +0000 Subject: honor PREFIX: USE_GMAKE and MAKE_ARGS PR: 30386 Submitted by: MAINTAINER --- french/dico/Makefile | 2 ++ textproc/dico/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/french/dico/Makefile b/french/dico/Makefile index c6fdb42c3b6d..516620bc269d 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 c6fdb42c3b6d..516620bc269d 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: -- cgit v1.2.3