diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-19 19:51:11 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-19 19:51:11 +0000 |
commit | d29916e10d9ae85e9dd6cc5758826257961bdc1d (patch) | |
tree | b969d6717747890844bf1b5f9537f9599f446518 /www/lynx/Makefile | |
parent | 52e26183846b943f04f69228f8633fd978c7c090 (diff) |
Notes
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 5a347190d7cd..8295fa04076c 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: lynx -# Version required: 2.8 +# Version required: 2.8.1 release 2 # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.81 1998/11/06 02:41:06 jseger Exp $ +# $Id: Makefile,v 1.82 1999/04/14 19:35:43 mharo Exp $ # -DISTNAME= lynx2.8.1rel.1 -PKGNAME= lynx-2.8.1.1 +DISTNAME= lynx2.8.1rel.2 +PKGNAME= lynx-2.8.1.2 CATEGORIES= www MASTER_SITES= http://sol.slcc.edu/lynx/current/ |