From acde077ad451a7d5a52057d08bcb1dc3f64208e9 Mon Sep 17 00:00:00 2001 From: phk Date: Sat, 8 Feb 1997 08:57:22 +0000 Subject: Basically reverse last commit which was plain wrong. --- usr.bin/vgrind/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/vgrind') diff --git a/usr.bin/vgrind/Makefile b/usr.bin/vgrind/Makefile index 2c2f263..5682b25 100644 --- a/usr.bin/vgrind/Makefile +++ b/usr.bin/vgrind/Makefile @@ -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 \ -- cgit v1.1