diff options
author | jmz <jmz@FreeBSD.org> | 2000-07-31 05:32:19 +0800 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 2000-07-31 05:32:19 +0800 |
commit | b0af950064d8c175e0163c171b3ab229fdaa5e0e (patch) | |
tree | 26f3477b26097b23492b4e5c6bd1a7cb38bae1f1 /print/dviselect | |
parent | 2a5141915620bbf4970e8f6312c38b1571190c7c (diff) | |
download | freebsd-ports-gnome-b0af950064d8c175e0163c171b3ab229fdaa5e0e.tar.gz freebsd-ports-gnome-b0af950064d8c175e0163c171b3ab229fdaa5e0e.tar.zst freebsd-ports-gnome-b0af950064d8c175e0163c171b3ab229fdaa5e0e.zip |
Fix the install: target.
Diffstat (limited to 'print/dviselect')
-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; |