diff options
Diffstat (limited to 'usr.bin/vgrind/Makefile')
-rw-r--r-- | usr.bin/vgrind/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index b34e49669e9f..2c2f2634107b 100644 --- a/usr.bin/vgrind/Makefile +++ b/usr.bin/vgrind/Makefile @@ -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 \ |