diff options
Diffstat (limited to 'www/visitors/Makefile')
-rw-r--r-- | www/visitors/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/visitors/Makefile b/www/visitors/Makefile index e8f847d..12abe5d 100644 --- a/www/visitors/Makefile +++ b/www/visitors/Makefile @@ -6,14 +6,15 @@ # PORTNAME= visitors -PORTVERSION= 0.6 +PORTVERSION= 0.6.1 CATEGORIES= www MASTER_SITES= http://www.hping.org/visitors/ +DISTNAME= ${PORTNAME}-0.61 MAINTAINER= flz@FreeBSD.org COMMENT= Very fast and easy to use web log analyzer -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}_0.61 USE_REINPLACE= yes |