diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-25 00:37:58 +0000 |
| commit | 9c0dc173cc77c4480ea66866d12021bb609b5deb (patch) | |
| tree | 67449d23a48a9e1b2ffd0a92e0f11275368bb4b0 /gnu/usr.bin/send-pr | |
| parent | 6eee579315c654f5d06b165ce593fa686aeafbb3 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/send-pr')
| -rw-r--r-- | gnu/usr.bin/send-pr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/send-pr/Makefile b/gnu/usr.bin/send-pr/Makefile index a3a765be3993..5504a1cd2715 100644 --- a/gnu/usr.bin/send-pr/Makefile +++ b/gnu/usr.bin/send-pr/Makefile @@ -24,9 +24,9 @@ send-pr.el: send-pr-el.in Makefile ${.ALLSRC:N*Makefile} > ${.TARGET} beforeinstall: - install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ send-pr ${DESTDIR}${BINDIR}/send-pr - install -c -o ${BINOWN} -g ${BINGRP} -m 0644 \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0644 \ ${.CURDIR}/categories ${DESTDIR}/etc/gnats/freefall .include <bsd.prog.mk> |
