diff options
Diffstat (limited to 'sysutils/apachetop/Makefile')
-rw-r--r-- | sysutils/apachetop/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile index 62b20cce1a84..0de5d2d7f8e1 100644 --- a/sysutils/apachetop/Makefile +++ b/sysutils/apachetop/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: apachetop -# Date created: 30 Sep 2003 -# Whom: Sebastian Yepes F. <esn@x123.info> +# Date created: 30 Sep 2003 +# Whom: Sebastian Yepes F. <esn@x123.info> # # $FreeBSD$ # PORTNAME= apachetop -PORTVERSION= 0.8.1 +PORTVERSION= 0.9 CATEGORIES= sysutils MASTER_SITES= http://clueful.shagged.org/apachetop/files/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -14,9 +14,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= esn@x123.info COMMENT= Apache RealTime log stats -BUILD_DEPENDS= ${LOCALBASE}/bin/autoconf257:${PORTSDIR}/devel/autoconf257 +BUILD_DEPENDS= ${LOCALBASE}/bin/autoconf257:${PORTSDIR}/devel/autoconf257 -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes USE_REINPLACE= yes MAN1= apachetop.1 |