Basically reverse last commit which was plain wrong.

This commit is contained in:
Poul-Henning Kamp 1997-02-08 08:57:22 +00:00
parent 5007dce7da
commit ed5392a66c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22423

View File

@ -4,6 +4,8 @@ PROG= vfontedpr
SRCS= regexp.c vfontedpr.c
MAN1= vgrind.1
MAN5= vgrindefs.5
BINDIR= /usr/libexec
BIN2DIR=/usr/bin
EXTRA= vgrindefs.src.db
CLEANFILES+= ${EXTRA}
@ -14,7 +16,7 @@ ${EXTRA}: ${.CURDIR}/vgrindefs.src
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/vgrind.sh ${DESTDIR}${BINDIR}/vgrind
${.CURDIR}/vgrind.sh ${DESTDIR}${BIN2DIR}/vgrind
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/vgrindefs.src \
${DESTDIR}/usr/share/misc/vgrindefs
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \