delete unused variable BINDIR=/usr/libexec

/usr/bin -> ${BINDIR}
This commit is contained in:
Wolfram Schneider 1997-02-06 15:00:24 +00:00
parent 8716a6359b
commit b883c8a310
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=22343

View File

@ -4,7 +4,6 @@ PROG= vfontedpr
SRCS= regexp.c vfontedpr.c
MAN1= vgrind.1
MAN5= vgrindefs.5
BINDIR= /usr/libexec
EXTRA= vgrindefs.src.db
CLEANFILES+= ${EXTRA}
@ -15,7 +14,7 @@ ${EXTRA}: ${.CURDIR}/vgrindefs.src
beforeinstall:
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
${.CURDIR}/vgrind.sh ${DESTDIR}/usr/bin/vgrind
${.CURDIR}/vgrind.sh ${DESTDIR}${BINDIR}/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 \