diff options
| -rw-r--r-- | print/dviselect/scripts/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/dviselect/scripts/configure b/print/dviselect/scripts/configure index 73c55c505c4c..cd9900bcf250 100644 --- a/print/dviselect/scripts/configure +++ b/print/dviselect/scripts/configure @@ -7,6 +7,7 @@ sed -e /DELETE/q <Makefile~ >Makefile echo "BINDIR = $PREFIX/bin" >> $WRKSRC/Makefile || exit 1; echo "MANDIR = $PREFIX/man" >> $WRKSRC/Makefile || exit 1; echo "all: default" >> $WRKSRC/Makefile || exit 1; +echo "install: inst-dviselect" >> $WRKSRC/Makefile || exit 1; echo "CFLAGS= $CFLAGS -I../h -I./h -DHAVE_VPRINTF" >> $WRKSRC/Makefile || exit 1; echo "MFLAGS=CFLAGS=\"\${CFLAGS}\"" >> $WRKSRC/Makefile || exit 1; exit 0; |
