Upgrade to 2.8.1dev.4
This commit is contained in:
parent
8b86730a2a
commit
451a294010
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10320
3 changed files with 12 additions and 10 deletions
|
@ -1,14 +1,14 @@
|
|||
# New ports collection makefile for: lynx
|
||||
# http://sol.slcc.edu/lynx/current/
|
||||
# Version required: 2.8rel.2
|
||||
# Version required: 2.8.1dev.X
|
||||
# Date created: 15 Dec 1994
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.84 1998/03/11 01:54:20 ache Exp $
|
||||
# $Id: Makefile,v 1.85 1998/03/21 12:54:43 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lynx2.8rel.2
|
||||
PKGNAME= lynx-2.8rel.2
|
||||
DISTNAME= lynx2.8.1dev.4
|
||||
PKGNAME= lynx-2.8.1dev.4
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sol.slcc.edu/lynx/current/
|
||||
|
||||
|
@ -24,5 +24,6 @@ MAN1= lynx.1
|
|||
|
||||
post-install:
|
||||
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
|
||||
chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx.cfg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lynx2.8rel.2.tar.gz) = 3dc69f4f7359324bc4809bef488ec731
|
||||
MD5 (lynx2.8.1dev.4.tar.gz) = 2a9a7486b59508117ee2a6d7f36869b4
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
bin/lynx
|
||||
etc/lynx.cfg
|
||||
man/man1/lynx.1.gz
|
||||
lib/lynx_help/about_lynx.html
|
||||
lib/lynx_help/lynx_url_support.html
|
||||
lib/lynx_help/Lynx_users_guide.html
|
||||
lib/lynx_help/lynx_help_main.html
|
||||
lib/lynx_help/keystrokes/cookie_help.html
|
||||
lib/lynx_help/keystrokes/visited_help.html
|
||||
lib/lynx_help/keystrokes/edit_help.html
|
||||
|
@ -20,6 +16,10 @@ lib/lynx_help/keystrokes/gopher_types_help.html
|
|||
lib/lynx_help/keystrokes/bookmark_help.html
|
||||
lib/lynx_help/keystrokes/keystroke_help.html
|
||||
lib/lynx_help/keystrokes/follow_help.html
|
||||
lib/lynx_help/lynx_url_support.html
|
||||
lib/lynx_help/Lynx_users_guide.html
|
||||
lib/lynx_help/lynx_help_main.html
|
||||
lib/lynx_help/about_lynx.html
|
||||
lib/lynx_help/lynx-dev.html
|
||||
lib/lynx_help/COPYHEADER
|
||||
lib/lynx_help/COPYING
|
||||
|
@ -30,7 +30,6 @@ lib/lynx_help/samples/jumpsUnix.html
|
|||
lib/lynx_help/samples/mime.types
|
||||
lib/lynx_help/samples/lynx.com
|
||||
lib/lynx_help/samples/mailcap
|
||||
lib/lynx_help/samples/lynx.cfg
|
||||
lib/lynx_help/samples/lynx.lss
|
||||
lib/lynx_help/test/tabtest.html
|
||||
lib/lynx_help/test/iso8859-1.html
|
||||
|
@ -39,3 +38,5 @@ lib/lynx_help/test/ISO_LATIN1_test.html
|
|||
lib/lynx_help/test/README.txt
|
||||
lib/lynx_help/test/iso88592.html
|
||||
lib/lynx_help/test/ALT88592.html
|
||||
lib/lynx_help/test/unicode.html
|
||||
lib/lynx_help/test/sgml.html
|
||||
|
|
Loading…
Reference in a new issue