diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-31 14:21:01 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-31 14:21:01 +0000 |
commit | d57052e88bff258c3285583c4d311ccfb6f80f2b (patch) | |
tree | 1dbb548e32810397de85462473bdbe2e58221bba /www/visitors | |
parent | 9e1f39cf3f99da2032e84c82750f225e23c661f1 (diff) |
Notes
Diffstat (limited to 'www/visitors')
-rw-r--r-- | www/visitors/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/visitors/Makefile b/www/visitors/Makefile index f1ded3a02923..607d237ff4ae 100644 --- a/www/visitors/Makefile +++ b/www/visitors/Makefile @@ -6,15 +6,14 @@ # PORTNAME= visitors -PORTVERSION= 0.3.a +PORTVERSION= 0.3a CATEGORIES= www MASTER_SITES= http://www.hping.org/visitors/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a/a/} MAINTAINER= flz@xbsd.org COMMENT= Very fast and easy to use web log analyzer -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/.a/a/} +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} USE_REINPLACE= yes |