aboutsummaryrefslogtreecommitdiff
path: root/sysutils/apachetop
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2010-05-13 21:52:17 +0000
committerJohan van Selst <johans@FreeBSD.org>2010-05-13 21:52:17 +0000
commit87eb2a875fc44d282a568fd91737358d019300fb (patch)
treee2dc12d9aabb30fb3ba070f157d4b5229e16d457 /sysutils/apachetop
parent1041a779b190c65178b41ea03d438910b6aa04f8 (diff)
downloadports-87eb2a875fc44d282a568fd91737358d019300fb.tar.gz
ports-87eb2a875fc44d282a568fd91737358d019300fb.zip
Notes
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>