aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cronolog
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2010-05-14 02:47:13 +0800
committerjohans <johans@FreeBSD.org>2010-05-14 02:47:13 +0800
commita68d9c8d32be5e0f2828115ca9cf385826de13b7 (patch)
tree0bc62f6bfcdeb7e1609ff6962c09c613eee9a0c8 /sysutils/cronolog
parent2391c5adf5febd7d25b300b28dc81f992c2d4a49 (diff)
downloadfreebsd-ports-gnome-a68d9c8d32be5e0f2828115ca9cf385826de13b7.tar.gz
freebsd-ports-gnome-a68d9c8d32be5e0f2828115ca9cf385826de13b7.tar.zst
freebsd-ports-gnome-a68d9c8d32be5e0f2828115ca9cf385826de13b7.zip
Remove unnecessary dependency on autoconf/automake
Diffstat (limited to 'sysutils/cronolog')
-rw-r--r--sysutils/cronolog/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile
index abe4c484c6ab..27e6bc61d16b 100644
--- a/sysutils/cronolog/Makefile
+++ b/sysutils/cronolog/Makefile
@@ -18,8 +18,6 @@ INFO= cronolog
MAN1= cronolog.1m cronosplit.1m
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:262
-AUTOMAKE_ARGS+= --add-missing
OPTIONS= SETUID_PATCH "Build with setuid functionality" On
@@ -37,6 +35,7 @@ USE_DOS2UNIX= ../cronolog-setugid-patch.txt
post-extract:
@${CP} ${DISTDIR}/cronolog-setugid-patch.txt ${WRKDIR}/
+ @cd ${WRKSRC} && ${TOUCH} aclocal.m4 Makefile.in */Makefile.in
.endif
.include <bsd.port.post.mk>