diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-25 00:03:13 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-25 00:03:13 +0000 |
commit | 8f5f3c3d6d9621584b405b78ad247d42b5c8c27f (patch) | |
tree | 88b842a857508aece698cab76addb9da12ee3c1b /sysutils | |
parent | 8a41776a0711b4d4d4781607d02582de94b5f4c1 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fcron/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile index e13f6a372d2a..396e91ee94cf 100644 --- a/sysutils/fcron/Makefile +++ b/sysutils/fcron/Makefile @@ -33,9 +33,6 @@ 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 |