aboutsummaryrefslogtreecommitdiff
path: root/sysutils/isc-cron
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/isc-cron')
-rw-r--r--sysutils/isc-cron/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/isc-cron/Makefile b/sysutils/isc-cron/Makefile
index 1fa3eb4ae0d0..6bbafc4f9fbc 100644
--- a/sysutils/isc-cron/Makefile
+++ b/sysutils/isc-cron/Makefile
@@ -31,6 +31,8 @@ do-extract:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cron ${PREFIX}/sbin
${INSTALL_PROGRAM} ${WRKSRC}/crontab ${PREFIX}/bin
+ ${CHOWN} root ${PREFIX}/bin/crontab
+ ${CHMOD} 4555 ${PREFIX}/bin/crontab
${INSTALL_MAN} ${WRKSRC}/crontab.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/crontab.5 ${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/cron.8 ${PREFIX}/man/man8