diff options
author | phk <phk@FreeBSD.org> | 1997-02-08 08:57:22 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1997-02-08 08:57:22 +0000 |
commit | acde077ad451a7d5a52057d08bcb1dc3f64208e9 (patch) | |
tree | d27a162db79aaf3b76dd866efaa814f868f94333 /usr.bin/vgrind | |
parent | 45df242b8d0f57287a45e8b9b4333d804670a837 (diff) | |
download | FreeBSD-src-acde077ad451a7d5a52057d08bcb1dc3f64208e9.zip FreeBSD-src-acde077ad451a7d5a52057d08bcb1dc3f64208e9.tar.gz |
Basically reverse last commit which was plain wrong.
Diffstat (limited to 'usr.bin/vgrind')
-rw-r--r-- | usr.bin/vgrind/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |