summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-25 00:03:13 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-08-25 00:03:13 +0000
commit8f5f3c3d6d9621584b405b78ad247d42b5c8c27f (patch)
tree88b842a857508aece698cab76addb9da12ee3c1b /sysutils
parentFix a bug about font coloring (diff)
Backout 1.5 of Makefile
ETC is already set so why should configure need to autodetect Also if you build as non-root you don't have correct perms on etc
Notes
Notes: svn path=/head/; revision=46835
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fcron/Makefile3
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