aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-07-30 21:32:19 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-07-30 21:32:19 +0000
commit331077a2b26328c0aa7c3ec8a343903570717ea4 (patch)
treeb6ce3eb26222d257eee6048b829ea9d397914ccc /print
parent764701dcbe660fd32c153c25b1ede75f2881dfdf (diff)
downloadports-331077a2b26328c0aa7c3ec8a343903570717ea4.tar.gz
ports-331077a2b26328c0aa7c3ec8a343903570717ea4.zip
Fix the install: target.
Notes
Notes: svn path=/head/; revision=31140
Diffstat (limited to 'print')
-rw-r--r--print/dviselect/scripts/configure1
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;