aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdstats/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-06-02 12:05:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-06-02 12:05:48 +0000
commitdc89e686590aa4ea756d05985e240800288834e5 (patch)
tree794d79e43095e904d938de07c8328f6859fb1cc3 /sysutils/bsdstats/Makefile
parent9f2f94e44a1b64c9ee2b3a99309cb8c5542eb98c (diff)
- Ensure executable permissions on periodic script in case files subdirectory
get permissions stripped PR: ports/147255 Submitted by: Chris Rees <utisoft@gmail.com>
Notes
Notes: svn path=/head/; revision=255517
Diffstat (limited to 'sysutils/bsdstats/Makefile')
-rw-r--r--sysutils/bsdstats/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile
index 34271efea964..522ea71b545f 100644
--- a/sysutils/bsdstats/Makefile
+++ b/sysutils/bsdstats/Makefile
@@ -20,6 +20,7 @@ do-install:
${CP} ${FILESDIR}/300.statistics ${LOCALBASE}/etc/periodic/monthly
${CP} ${FILESDIR}/bsdstats.sh ${LOCALBASE}/etc/rc.d
${CHMOD} 0755 ${LOCALBASE}/etc/rc.d/bsdstats.sh
+ ${CHMOD} 0755 ${LOCALBASE}/etc/periodic/monthly/300.statistics
post-install:
${CAT} ${PKGMESSAGE}
.if defined(BATCH) || defined(PACKAGE_BUILDING)