diff options
Diffstat (limited to 'misc/less')
-rw-r--r-- | misc/less/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile index 4a0b34e1f4f..84df7bb47b2 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.15 2006/09/27 11:28:32 taca Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/22 19:26:49 wiz Exp $ # -DISTNAME= less-382 +DISTNAME= less-382 PKGREVISION= 1 -CATEGORIES= misc -MASTER_SITES= http://www.greenwoodsoftware.com/less/ \ +CATEGORIES= misc +MASTER_SITES= http://www.greenwoodsoftware.com/less/ \ ${MASTER_SITE_GNU:=less/} -MAINTAINER= bouyer@NetBSD.org -HOMEPAGE= http://www.greenwoodsoftware.com/less/ +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://www.greenwoodsoftware.com/less/ COMMENT= Pager similar to more and pg -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} |