diff options
author | pav <pav@FreeBSD.org> | 2004-05-31 22:21:01 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-31 22:21:01 +0800 |
commit | ae6aff4a657d2e094aa936b17acf4a56d0fa20c6 (patch) | |
tree | 1de66fe12dda6fc1b4450a44bac416c35eb9b139 /www/visitors | |
parent | 57f3f94bb3fc14c5a27d03d606a2032bd99c8f64 (diff) | |
download | freebsd-ports-gnome-ae6aff4a657d2e094aa936b17acf4a56d0fa20c6.tar.gz freebsd-ports-gnome-ae6aff4a657d2e094aa936b17acf4a56d0fa20c6.tar.zst freebsd-ports-gnome-ae6aff4a657d2e094aa936b17acf4a56d0fa20c6.zip |
- Fix PORTVERSION going backwards before someone notice
Pointy hat to: pav
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 |