summaryrefslogtreecommitdiffstats
path: root/usr.bin/lorder
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-10-27 19:23:30 +0000
committerpst <pst@FreeBSD.org>1994-10-27 19:23:30 +0000
commitecc64fb350c6ce8e0a5a392fe36a73a525cd62ba (patch)
tree45b16188a0f3751a2d6a3f888429edd7c5a607d4 /usr.bin/lorder
parent387cc054fe1f563ffdfc7af173af1ecbdaf9b5f1 (diff)
downloadFreeBSD-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/lorder')
-rw-r--r--usr.bin/lorder/Makefile2
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
OpenPOWER on IntegriCloud