summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-07-18 12:33:01 +0000
committerru <ru@FreeBSD.org>2002-07-18 12:33:01 +0000
commited13465e591fdc3e0b558d313695094b32d03e72 (patch)
treee3611936f4a8ea05097db2519e10cbb6e6e87364 /etc
parent74e419398d4926ad53710ab09e0e61dea93c80be (diff)
downloadFreeBSD-src-ed13465e591fdc3e0b558d313695094b32d03e72.zip
FreeBSD-src-ed13465e591fdc3e0b558d313695094b32d03e72.tar.gz
Install scripts via FILES (purposedly not via SCRIPTS that would
strip the suffixes).
Diffstat (limited to 'etc')
-rw-r--r--etc/periodic/Makefile.inc5
-rw-r--r--etc/periodic/daily/Makefile2
-rw-r--r--etc/periodic/monthly/Makefile2
-rw-r--r--etc/periodic/security/Makefile2
-rw-r--r--etc/periodic/weekly/Makefile2
5 files changed, 5 insertions, 8 deletions
diff --git a/etc/periodic/Makefile.inc b/etc/periodic/Makefile.inc
index b3d98fb..07b4348 100644
--- a/etc/periodic/Makefile.inc
+++ b/etc/periodic/Makefile.inc
@@ -2,7 +2,4 @@
BINDIR= /etc/periodic/${.CURDIR:T}
NOOBJ=
-
-beforeinstall:
- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 755 ${BIN} \
- ${DESTDIR}${BINDIR}
+FILESMODE= 755
diff --git a/etc/periodic/daily/Makefile b/etc/periodic/daily/Makefile
index f0fa19a..f12325f6 100644
--- a/etc/periodic/daily/Makefile
+++ b/etc/periodic/daily/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-BIN= 100.clean-disks \
+FILES= 100.clean-disks \
110.clean-tmps \
120.clean-preserve \
130.clean-msgs \
diff --git a/etc/periodic/monthly/Makefile b/etc/periodic/monthly/Makefile
index 6fea21c..c213230 100644
--- a/etc/periodic/monthly/Makefile
+++ b/etc/periodic/monthly/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-BIN= 200.accounting \
+FILES= 200.accounting \
999.local
.include <bsd.prog.mk>
diff --git a/etc/periodic/security/Makefile b/etc/periodic/security/Makefile
index da4152f..999ffb3 100644
--- a/etc/periodic/security/Makefile
+++ b/etc/periodic/security/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-BIN= 100.chksetuid \
+FILES= 100.chksetuid \
200.chkmounts \
300.chkuid0 \
400.passwdless \
diff --git a/etc/periodic/weekly/Makefile b/etc/periodic/weekly/Makefile
index 964b2e6..090fa6b 100644
--- a/etc/periodic/weekly/Makefile
+++ b/etc/periodic/weekly/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-BIN= 120.clean-kvmdb \
+FILES= 120.clean-kvmdb \
310.locate \
320.whatis \
330.catman \
OpenPOWER on IntegriCloud