Browse Source

transfig: changed to generate Makefiles in a premake hook

stable/0.2
Christian Wiese 13 years ago
parent
commit
872cfb2341
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      graphic/transfig/transfig.conf

+ 4
- 1
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"

Loading…
Cancel
Save