diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-07-30 21:32:19 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-07-30 21:32:19 +0000 |
commit | 331077a2b26328c0aa7c3ec8a343903570717ea4 (patch) | |
tree | b6ce3eb26222d257eee6048b829ea9d397914ccc /print/dviselect | |
parent | slap btc into the world (diff) |
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; |