diff options
author | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2004-06-04 17:29:38 +0000 |
commit | 1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch) | |
tree | 128ce8505dc266bea10a8cf389f38de197424aed /sysutils/apachetop | |
parent | 639a61155c89af6b9b01d796a82cbd2ad643a299 (diff) |
Sync with new bsd.autotools.mk
Notes
Notes:
svn path=/head/; revision=110841
Diffstat (limited to 'sysutils/apachetop')
-rw-r--r-- | sysutils/apachetop/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index ef2b64e504d3..ab8f60d03bf3 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -14,8 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= esn@x123.info COMMENT= Apache RealTime log stats -BUILD_DEPENDS= ${LOCALBASE}/bin/autoconf257:${PORTSDIR}/devel/autoconf257 - +WANT_AUTOCONF_VER=257 GNU_CONFIGURE= yes USE_REINPLACE= yes @@ -24,8 +23,8 @@ PLIST_FILES= sbin/apachetop post-configure: ${REINPLACE_CMD} \ - -e 's/--run autoconf$$/--run autoconf257/' \ - -e 's/--run autoheader$$/--run autoheader257/' \ + -e 's/--run autoconf$$/--run $${AUTOCONF}/' \ + -e 's/--run autoheader$$/--run $${AUTOHEADER}/' \ ${WRKSRC}/Makefile .include <bsd.port.mk> |