Upgrade to version 2.8.1.1
This commit is contained in:
parent
eaa1bc9b2a
commit
25df4a5295
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14277
3 changed files with 6 additions and 31 deletions
|
@ -3,22 +3,16 @@
|
|||
# Date created: 15 Dec 1994
|
||||
# Whom: ache
|
||||
#
|
||||
# $Id: Makefile,v 1.78 1998/03/27 05:34:10 ache Exp $
|
||||
# $Id: Makefile,v 1.79 1998/07/24 06:43:29 hoek Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lynx2-8
|
||||
PKGNAME= lynx-2.8
|
||||
DISTNAME= lynx2.8.1rel.1
|
||||
PKGNAME= lynx-2.8.1.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://sol.slcc.edu/lynx/release/
|
||||
|
||||
MAINTAINER= jseger@FreeBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
EXTRACT_SUFX= .zip
|
||||
EXTRACT_CMD= unzip
|
||||
EXTRACT_BEFORE_ARGS= -qq -o
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" \
|
||||
--enable-nsl-fork
|
||||
|
@ -26,6 +20,8 @@ MAKEFILE= makefile
|
|||
INSTALL_TARGET= install install-help
|
||||
MAN1= lynx.1
|
||||
|
||||
WRKSRC= ${WRKDIR}/lynx2-8-1
|
||||
|
||||
post-install:
|
||||
chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/lynx_help
|
||||
chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx.cfg
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (lynx2-8.zip) = 9d981cbd55e8064d13a80b996e260ce0
|
||||
MD5 (lynx2.8.1rel.1.tar.gz) = c60c913f33afb99923b6598be7a0cf2c
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
bin/lynx
|
||||
etc/lynx.cfg
|
||||
lib/lynx_help/COPYHEADER
|
||||
lib/lynx_help/COPYING
|
||||
lib/lynx_help/Lynx_users_guide.html
|
||||
lib/lynx_help/PROBLEMS
|
||||
lib/lynx_help/README
|
||||
lib/lynx_help/about_lynx.html
|
||||
lib/lynx_help/keystrokes/bookmark_help.html
|
||||
lib/lynx_help/keystrokes/cookie_help.html
|
||||
|
@ -24,22 +20,5 @@ lib/lynx_help/keystrokes/xterm_help.html
|
|||
lib/lynx_help/lynx-dev.html
|
||||
lib/lynx_help/lynx_help_main.html
|
||||
lib/lynx_help/lynx_url_support.html
|
||||
lib/lynx_help/samples/jumpsUnix.html
|
||||
lib/lynx_help/samples/jumpsVMS.html
|
||||
lib/lynx_help/samples/lynx.com
|
||||
lib/lynx_help/samples/lynx.lss
|
||||
lib/lynx_help/samples/mailcap
|
||||
lib/lynx_help/samples/mime.types
|
||||
lib/lynx_help/test/ALT88592.html
|
||||
lib/lynx_help/test/ISO_LATIN1_test.html
|
||||
lib/lynx_help/test/README.txt
|
||||
lib/lynx_help/test/TestComment.html
|
||||
lib/lynx_help/test/iso8859-1.html
|
||||
lib/lynx_help/test/iso88592.html
|
||||
lib/lynx_help/test/sgml.html
|
||||
lib/lynx_help/test/tabtest.html
|
||||
lib/lynx_help/test/unicode.html
|
||||
@dirrm lib/lynx_help/test
|
||||
@dirrm lib/lynx_help/samples
|
||||
@dirrm lib/lynx_help/keystrokes
|
||||
@dirrm lib/lynx_help
|
||||
|
|
Loading…
Reference in a new issue