From b0af950064d8c175e0163c171b3ab229fdaa5e0e Mon Sep 17 00:00:00 2001 From: jmz Date: Sun, 30 Jul 2000 21:32:19 +0000 Subject: Fix the install: target. --- print/dviselect/scripts/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'print/dviselect') 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 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; -- cgit