diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-08-25 08:03:13 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-08-25 08:03:13 +0800 |
commit | 3c65ba2c381c592d5ccebff56cb5825e7cf6f48a (patch) | |
tree | 8fc38e1ec3573b06f8fb648d5804070f6c0303be /sysutils/fcron/Makefile | |
parent | 2cc096ba2a250dbd8feab26cfcf391f18b5cc471 (diff) | |
download | freebsd-ports-gnome-3c65ba2c381c592d5ccebff56cb5825e7cf6f48a.tar.gz freebsd-ports-gnome-3c65ba2c381c592d5ccebff56cb5825e7cf6f48a.tar.zst freebsd-ports-gnome-3c65ba2c381c592d5ccebff56cb5825e7cf6f48a.zip |
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/Makefile')
-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 |