diff options
author | wiz <wiz@pkgsrc.org> | 2014-03-12 10:13:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-03-12 10:13:15 +0000 |
commit | 67486c1ce25779b7a7a14e03d9c9de82d8761d3d (patch) | |
tree | 8b754f439ffed36563976e7959b3b3210801f389 /www/lynx/Makefile | |
parent | 675fc595ebbb5a0614bfd2f1392884effaf4d935 (diff) | |
download | pkgsrc-67486c1ce25779b7a7a14e03d9c9de82d8761d3d.tar.gz |
Update to 2.8.8rel2:
2014-03-09 (2.8.8rel.2)
* correct errata in test-files which cause broken links in break-out directory
in lynx.isc.org server -TD
* amend change from 2.8.8pre.2, to ensure that MinGW libraries already
declaring 'sleep()' will build -TD
* drop unused save/compress rules from makefile.in, because fixing umask for
these is pointless -TD
* modify makefile.in to establish sane umask value in the "install-doc" rule
(report by Rajeev V Pillai) -TD
* build-fix for NetBSD, whose curses library provides use_default_colors(),
but the package turns off the keymap feature (patch by Thomas Klausner).
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 1c7c918b092..012aa041149 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.116 2014/02/20 10:07:35 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2014/03/12 10:13:15 wiz Exp $ -DISTNAME= lynx2.8.8rel.1 +DISTNAME= lynx2.8.8rel.2 PKGNAME= ${DISTNAME:S/lynx/lynx-/:S/rel//} CATEGORIES= www MASTER_SITES= http://lynx.isc.org/${SUBDIR:Q}/ \ |