diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-25 00:03:13 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-25 00:03:13 +0000 |
commit | 3c65ba2c381c592d5ccebff56cb5825e7cf6f48a (patch) | |
tree | 8fc38e1ec3573b06f8fb648d5804070f6c0303be /sysutils/fcron | |
parent | 2cc096ba2a250dbd8feab26cfcf391f18b5cc471 (diff) | |
download | FreeBSD-ports-3c65ba2c381c592d5ccebff56cb5825e7cf6f48a.zip FreeBSD-ports-3c65ba2c381c592d5ccebff56cb5825e7cf6f48a.tar.gz |
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
Diffstat (limited to 'sysutils/fcron')
-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 e13f6a3..396e91e 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 |