diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-22 00:08:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-22 00:08:20 +0000 |
commit | e98e15fd851edda27b666b3074bfe849866d4141 (patch) | |
tree | 80ad6612d4ec6358121603af7b9daddbb972041b /www | |
parent | 44c0e183095a3d484578d47b4ca6ace81c19059a (diff) | |
download | pkgsrc-e98e15fd851edda27b666b3074bfe849866d4141.tar.gz |
Enable gzip'd help files, just like in the lynx package.
Closes PR 20023 by Sergey Svishchev according to his suggestions.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 5 | ||||
-rw-r--r-- | www/lynx-current/PLIST | 50 |
2 files changed, 28 insertions, 27 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index e786337ca68..f6ad7444624 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.40 2002/08/25 21:52:16 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2003/03/22 00:08:20 wiz Exp $ # DISTNAME= lynx2.8.5dev.7 PKGNAME= lynx-2.8.5.0.7 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/current/ \ ftp://ftp.nl.uu.net/pub/unix/www/lynx/current/ \ @@ -42,7 +43,7 @@ CONFIGURE_ARGS+= --enable-scrollbar # Install gzip'ed help files to ${PREFIX}/share/lynx CONFIGURE_ARGS+= --libdir="${PREFIX}/share/lynx" -CONFIGURE_ARGS+= --with-zlib +CONFIGURE_ARGS+= --enable-gzip-help --with-zlib # Miscellaneous CONFIGURE_ARGS+= --enable-externs diff --git a/www/lynx-current/PLIST b/www/lynx-current/PLIST index 569716f6ce5..a4a182858f1 100644 --- a/www/lynx-current/PLIST +++ b/www/lynx-current/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2001/12/31 04:21:30 fredb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/03/22 00:08:20 wiz Exp $ bin/lynx man/man1/lynx.1 share/locale/cs/LC_MESSAGES/lynx.mo @@ -49,30 +49,30 @@ share/lynx/lynx_doc/test/unicode.html share/lynx/lynx_doc/test/utf-8-demo.html share/lynx/lynx_help/COPYING share/lynx/lynx_help/COPYHEADER -share/lynx/lynx_help/Lynx_users_guide.html -share/lynx/lynx_help/about_lynx.html -share/lynx/lynx_help/lynx-dev.html -share/lynx/lynx_help/lynx_help_main.html -share/lynx/lynx_help/lynx_url_support.html -share/lynx/lynx_help/keystrokes/alt_edit_help.html -share/lynx/lynx_help/keystrokes/bashlike_edit_help.html -share/lynx/lynx_help/keystrokes/bookmark_help.html -share/lynx/lynx_help/keystrokes/cookie_help.html -share/lynx/lynx_help/keystrokes/dired_help.html -share/lynx/lynx_help/keystrokes/edit_help.html -share/lynx/lynx_help/keystrokes/environments.html -share/lynx/lynx_help/keystrokes/follow_help.html -share/lynx/lynx_help/keystrokes/gopher_types_help.html -share/lynx/lynx_help/keystrokes/history_help.html -share/lynx/lynx_help/keystrokes/keystroke_help.html -share/lynx/lynx_help/keystrokes/movement_help.html -share/lynx/lynx_help/keystrokes/option_help.html -share/lynx/lynx_help/keystrokes/other_help.html -share/lynx/lynx_help/keystrokes/print_help.html -share/lynx/lynx_help/keystrokes/scrolling_help.html -share/lynx/lynx_help/keystrokes/test_display.html -share/lynx/lynx_help/keystrokes/visited_help.html -share/lynx/lynx_help/keystrokes/xterm_help.html +share/lynx/lynx_help/Lynx_users_guide.html.gz +share/lynx/lynx_help/about_lynx.html.gz +share/lynx/lynx_help/lynx-dev.html.gz +share/lynx/lynx_help/lynx_help_main.html.gz +share/lynx/lynx_help/lynx_url_support.html.gz +share/lynx/lynx_help/keystrokes/alt_edit_help.html.gz +share/lynx/lynx_help/keystrokes/bashlike_edit_help.html.gz +share/lynx/lynx_help/keystrokes/bookmark_help.html.gz +share/lynx/lynx_help/keystrokes/cookie_help.html.gz +share/lynx/lynx_help/keystrokes/dired_help.html.gz +share/lynx/lynx_help/keystrokes/edit_help.html.gz +share/lynx/lynx_help/keystrokes/environments.html.gz +share/lynx/lynx_help/keystrokes/follow_help.html.gz +share/lynx/lynx_help/keystrokes/gopher_types_help.html.gz +share/lynx/lynx_help/keystrokes/history_help.html.gz +share/lynx/lynx_help/keystrokes/keystroke_help.html.gz +share/lynx/lynx_help/keystrokes/movement_help.html.gz +share/lynx/lynx_help/keystrokes/option_help.html.gz +share/lynx/lynx_help/keystrokes/other_help.html.gz +share/lynx/lynx_help/keystrokes/print_help.html.gz +share/lynx/lynx_help/keystrokes/scrolling_help.html.gz +share/lynx/lynx_help/keystrokes/test_display.html.gz +share/lynx/lynx_help/keystrokes/visited_help.html.gz +share/lynx/lynx_help/keystrokes/xterm_help.html.gz @dirrm share/lynx/lynx_help/keystrokes @dirrm share/lynx/lynx_help @dirrm share/lynx/lynx_doc/samples |