diff options
author | pst <pst@FreeBSD.org> | 1994-10-27 19:23:30 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1994-10-27 19:23:30 +0000 |
commit | ecc64fb350c6ce8e0a5a392fe36a73a525cd62ba (patch) | |
tree | 45b16188a0f3751a2d6a3f888429edd7c5a607d4 /usr.bin | |
parent | 387cc054fe1f563ffdfc7af173af1ecbdaf9b5f1 (diff) | |
download | FreeBSD-src-ecc64fb350c6ce8e0a5a392fe36a73a525cd62ba.zip FreeBSD-src-ecc64fb350c6ce8e0a5a392fe36a73a525cd62ba.tar.gz |
lorder(1) manual page not properly installed due to makefile usurping
install rule.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/lorder/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/lorder/Makefile b/usr.bin/lorder/Makefile index 9d34693..dc7f905 100644 --- a/usr.bin/lorder/Makefile +++ b/usr.bin/lorder/Makefile @@ -2,7 +2,7 @@ MAN1= lorder.1 -install: +beforeinstall: install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ ${.CURDIR}/lorder.sh ${DESTDIR}/${BINDIR}/lorder |