summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-24 22:59:48 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-24 22:59:48 +0000
commitb19d32b02194fbd5ccf2599750ad34cc4dc18164 (patch)
tree4d6cedc857d63900e538a407765b32c23583953c /sysutils
parentFix my typo (diff)
Create ${PREFIX}/etc dir so configure script finds to automagically.
PR: 30038 Submitted by: leeym@utopia.leeym.com
Notes
Notes: svn path=/head/; revision=46824
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fcron/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile
index 396e91ee94cf..e13f6a372d2a 100644
--- a/sysutils/fcron/Makefile
+++ b/sysutils/fcron/Makefile
@@ -33,6 +33,9 @@ MAN3= bitstring.3
MAN5= fcrontab.5 fcron.conf.5
MAN8= fcron.8
+pre-configure:
+ @${MKDIR} -p ${PREFIX}/etc
+
post-install:
@${CP} ${WRKSRC}/files/fcron.allow ${PREFIX}/etc/fcron.allow.dist
@${CP} ${WRKSRC}/files/fcron.deny ${PREFIX}/etc/fcron.deny.dist