diff options
Diffstat (limited to 'usr.bin/lorder/Makefile')
-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 |