summaryrefslogtreecommitdiff
path: root/misc/less/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2002-10-26 16:01:37 +0000
committergrant <grant@pkgsrc.org>2002-10-26 16:01:37 +0000
commit029cbf29faa7044c93dd7797fd6b2f240d3a677f (patch)
tree85e1546b032f9037abc2143c212190777cf9ceea /misc/less/Makefile
parent6b1da449c289b86053468d570f4d73c07e234e0a (diff)
downloadpkgsrc-029cbf29faa7044c93dd7797fd6b2f240d3a677f.tar.gz
Update to less-378.
Changes since less-376: * Bug fixes: Default buffer space is now 64K as documented. Search highlighting works properly when used with -R. Windows version works properly when input file contains carriage returns. Clean up some compiler warnings. See the NEWS file for the full list of changes. Update MASTER_SITES and HOMEPAGE.
Diffstat (limited to 'misc/less/Makefile')
-rw-r--r--misc/less/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile
index 77cf8469763..8ab17be0a4d 100644
--- a/misc/less/Makefile
+++ b/misc/less/Makefile
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.4 2002/03/06 13:33:46 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2002/10/26 16:01:37 grant Exp $
#
-DISTNAME= less-374
+DISTNAME= less-378
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_GNU:=less/}
+MASTER_SITES= http://www.greenwoodsoftware.com/less/ \
+ ${MASTER_SITE_GNU:=less/}
MAINTAINER= bouyer@netbsd.org
-HOMEPAGE= http://www.gnu.org/software/less/less.html
+HOMEPAGE= http://www.greenwoodsoftware.com/less/
COMMENT= pager similar to more and pg
GNU_CONFIGURE= yes