diff options
author | andreas <andreas@FreeBSD.org> | 1997-08-21 18:17:50 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-08-21 18:17:50 +0800 |
commit | 7d442f73e1d5a860178fb8798386999d186ce340 (patch) | |
tree | e3fa2f95404cdab6b96ad51088c2f85163daef09 /www/lynx-current/Makefile | |
parent | a8ee6872fbb5803c650352683acc9d729805f758 (diff) | |
download | freebsd-ports-gnome-7d442f73e1d5a860178fb8798386999d186ce340.tar.gz freebsd-ports-gnome-7d442f73e1d5a860178fb8798386999d186ce340.tar.zst freebsd-ports-gnome-7d442f73e1d5a860178fb8798386999d186ce340.zip |
Make fetch didn't work anymore with version 0.51.
So I had to update to new version lynx2.7.1ac-0.54.
I hope Andrey agrees, although I didn't ask him before.
Make package still works ;-)
Diffstat (limited to 'www/lynx-current/Makefile')
-rw-r--r-- | www/lynx-current/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 039d7b7fac96..8513c3ed2f90 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -4,11 +4,11 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.49 1997/08/16 00:21:31 ache Exp $ +# $Id: Makefile,v 1.50 1997/08/16 10:15:56 ache Exp $ # -DISTNAME= lynx2.7.1ac-0.51 -PKGNAME= lynx-2.7.1ac-0.51 +DISTNAME= lynx2.7.1ac-0.54 +PKGNAME= lynx-2.7.1ac-0.54 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ |