|
|
@ -20,5 +20,8 @@ |
|
|
|
# |
|
|
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
var_append makeopt " " "DESTDIR=$bindir MANDIR=$mandir/man6 DEFAULTFONTDIR=$datadir/$pkg/fonts" |
|
|
|
var_append makeinstopt " " "DESTDIR=$bindir MANDIR=$mandir/man6 DEFAULTFONTDIR=$datadir/$pkg/fonts" |
|
|
|
var_append makeopt " " "DESTDIR=$bindir MANDIR=$mandir/man6 \ |
|
|
|
DEFAULTFONTDIR=$datadir/$pkg/fonts" |
|
|
|
makeinstopt="$makeopt install" |
|
|
|
postmake="chmod +x $bindir/{figlist,showfigfonts}" |
|
|
|
|