diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-24 22:59:48 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-24 22:59:48 +0000 |
commit | b19d32b02194fbd5ccf2599750ad34cc4dc18164 (patch) | |
tree | 4d6cedc857d63900e538a407765b32c23583953c /sysutils/fcron | |
parent | abb3134a4ddfe52dff660e5a53abb8af2edd3159 (diff) |
Notes
Diffstat (limited to 'sysutils/fcron')
-rw-r--r-- | sysutils/fcron/Makefile | 3 |
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 |