aboutsummaryrefslogtreecommitdiff
path: root/www/visitors
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-31 14:21:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-31 14:21:01 +0000
commitd57052e88bff258c3285583c4d311ccfb6f80f2b (patch)
tree1dbb548e32810397de85462473bdbe2e58221bba /www/visitors
parent9e1f39cf3f99da2032e84c82750f225e23c661f1 (diff)
downloadports-d57052e88bff258c3285583c4d311ccfb6f80f2b.tar.gz
ports-d57052e88bff258c3285583c4d311ccfb6f80f2b.zip
- Fix PORTVERSION going backwards before someone notice
Pointy hat to: pav
Notes
Notes: svn path=/head/; revision=110535
Diffstat (limited to 'www/visitors')
-rw-r--r--www/visitors/Makefile5
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