diff options
author | jseger <jseger@FreeBSD.org> | 2000-04-26 22:48:55 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 2000-04-26 22:48:55 +0800 |
commit | b3769f08c64da0d25fda1f34795144ad4f68cb4d (patch) | |
tree | fc5e612c4d778b1f84f5b43129f9ad32ef7d8419 /www/lynx | |
parent | e721cb683cb72226ee33a22228fd4840baa10639 (diff) | |
download | freebsd-ports-gnome-b3769f08c64da0d25fda1f34795144ad4f68cb4d.tar.gz freebsd-ports-gnome-b3769f08c64da0d25fda1f34795144ad4f68cb4d.tar.zst freebsd-ports-gnome-b3769f08c64da0d25fda1f34795144ad4f68cb4d.zip |
Switch to a more FreeBSD-port system compliant PKGNAME.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 33615033fa32..e9dbb53a01c1 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -6,13 +6,13 @@ # # NOTE: This port is tracking lynx-current until 2.8.3 is released. Anything -# before 2.8.3pre.2 has unacceptable security holes. +# before 2.8.3pre.5 has unacceptable security holes. PORTNAME= lynx -PORTVERSION= 2.8.3pre.5 +PORTVERSION= 2.8.3.p5 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/current/ -DISTNAME= ${PORTNAME}${PORTVERSION} +DISTNAME= ${PORTNAME}2.8.3pre.5 MAINTAINER= jseger@FreeBSD.org |