diff options
-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 |