From 872cfb234153cb5f5b8b0b7a133b25e48d9f5e71 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Thu, 7 Apr 2011 22:34:02 +0200 Subject: [PATCH] transfig: changed to generate Makefiles in a premake hook --- graphic/transfig/transfig.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/graphic/transfig/transfig.conf b/graphic/transfig/transfig.conf index 4f0969454..3459eab62 100644 --- a/graphic/transfig/transfig.conf +++ b/graphic/transfig/transfig.conf @@ -19,8 +19,11 @@ hook_add preconf 5 'rm -f Makefile' var_append makeopt " " "XFIGLIBDIR=$libdir/X11/xfig \ FIG2DEV_LIBDIR=$libdir/fig2dev" + +# generate Makefiles +hook_add premake 5 'eval $MAKE $makeopt Makefiles' + makeinstopt="$makeopt" -var_append makeopt " " "Makefiles" var_append makeinstopt " " "install install.man"