aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/apachetop
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2010-05-14 05:52:17 +0800
committerjohans <johans@FreeBSD.org>2010-05-14 05:52:17 +0800
commitfa64967ea882e7d5396f1e1dc64868c74c94a2e7 (patch)
tree581c9370231b3d432a7edd5150f029fcd0710e54 /sysutils/apachetop
parent82d36e2fcd46f93a74ed2ed8779b97f7a23e3640 (diff)
downloadfreebsd-ports-gnome-fa64967ea882e7d5396f1e1dc64868c74c94a2e7.tar.gz
freebsd-ports-gnome-fa64967ea882e7d5396f1e1dc64868c74c94a2e7.tar.zst
freebsd-ports-gnome-fa64967ea882e7d5396f1e1dc64868c74c94a2e7.zip
Remove unnecessary dependency on autoconf
Diffstat (limited to 'sysutils/apachetop')
-rw-r--r--sysutils/apachetop/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile
index 58e19491cf75..9405fcacd3c7 100644
--- a/sysutils/apachetop/Makefile
+++ b/sysutils/apachetop/Makefile
@@ -16,7 +16,6 @@ COMMENT= Apache RealTime log stats
MAKE_JOBS_SAFE= yes
-USE_AUTOTOOLS= autoconf:262:env
GNU_CONFIGURE= yes
MAN1= apachetop.1
@@ -48,7 +47,6 @@ post-patch:
${WRKSRC}/src/hits_circle.*
@${REINPLACE_CMD} -E -e 's,enum (adns_queryflags),\1,g' \
${WRKSRC}/src/log.*
- @${REINPLACE_CMD} -e 's,@AUTOCONF@,${AUTOCONF},' \
- -e 's,@AUTOHEADER@,${AUTOHEADER},' ${WRKSRC}/Makefile.in
+ @cd ${WRKSRC} && ${TOUCH} -r configure.ac aclocal.m4 stamp-h.in
.include <bsd.port.post.mk>