diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2022-02-08 01:29:04 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2022-02-08 01:29:04 +0000 |
commit | 1bec282ea6ba38b745c942e24735295702474c49 (patch) | |
tree | e7ae161ffcda610e8d86c94ca1302b3beb02a388 /www/lynx-current/Makefile | |
parent | 4970d39a547c352d372e25415ea8bca7a9c83a29 (diff) |
www/lynx-current: Update to 2.9.0d10
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 1ed1904be37d..55458457a3e5 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,11 +1,10 @@ # Created by: ache PORTNAME= lynx -PORTVERSION= 2.9.0d9 +PORTVERSION= 2.9.0d10 CATEGORIES= www MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ \ ftp://ftp.invisible-island.net/lynx/tarballs/ - PKGNAMESUFFIX= -current DISTNAME= ${PORTNAME}${PORTVERSION:S/p/pre./:S/d/dev./} |