Install scripts via FILES (purposedly not via SCRIPTS that would

strip the suffixes).
This commit is contained in:
Ruslan Ermilov 2002-07-18 12:33:01 +00:00
parent 5b99fa0514
commit bff0acee63
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100316
5 changed files with 5 additions and 8 deletions

View File

@ -2,7 +2,4 @@
BINDIR= /etc/periodic/${.CURDIR:T}
NOOBJ=
beforeinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \
${DESTDIR}${BINDIR}
FILESMODE= 755

View File

@ -1,6 +1,6 @@
# $FreeBSD$
BIN= 100.clean-disks \
FILES= 100.clean-disks \
110.clean-tmps \
120.clean-preserve \
130.clean-msgs \

View File

@ -1,6 +1,6 @@
# $FreeBSD$
BIN= 200.accounting \
FILES= 200.accounting \
999.local
.include <bsd.prog.mk>

View File

@ -1,6 +1,6 @@
# $FreeBSD$
BIN= 100.chksetuid \
FILES= 100.chksetuid \
200.chkmounts \
300.chkuid0 \
400.passwdless \

View File

@ -1,6 +1,6 @@
# $FreeBSD$
BIN= 120.clean-kvmdb \
FILES= 120.clean-kvmdb \
310.locate \
320.whatis \
330.catman \