diff options
author | tv <tv@pkgsrc.org> | 2001-01-11 20:59:04 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2001-01-11 20:59:04 +0000 |
commit | 7f370f6d60c73dac48b5805711173d82ac6de20b (patch) | |
tree | 3e0e21e3addbec3d905e22783be2daffb16278b2 /www | |
parent | 23955788d3702aed5220a8668e04d58491fc4d7d (diff) | |
download | pkgsrc-7f370f6d60c73dac48b5805711173d82ac6de20b.tar.gz |
Fix lynx's completely mucked version numbering scheme to something more sane.
2.8.3rel.1 -> 2.8.3.1
2.8.4dev.10 -> 2.8.4.0b10
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 4 | ||||
-rw-r--r-- | www/lynx/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index bdac546c8b4..5065a9256dd 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2000/11/17 14:26:00 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2001/01/11 20:59:05 tv Exp $ # DISTNAME= lynx2.8.4dev.10 -PKGNAME= lynx-2.8.4dev.10 +PKGNAME= lynx-2.8.4.0b10 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/current/ \ http://lynx.isc.org/po/ \ diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 8844f720f0c..805692a9eaf 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2000/11/17 14:26:00 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2001/01/11 20:59:04 tv Exp $ # DISTNAME= lynx2.8.3rel.1 -PKGNAME= lynx-2.8.3rel.1 +PKGNAME= lynx-2.8.3.1 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/current/ \ http://lynx.isc.org/po/ \ |