summaryrefslogtreecommitdiff
path: root/misc/less/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/less/Makefile')
-rw-r--r--misc/less/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile
index 0a6687200c4..837cc78548b 100644
--- a/misc/less/Makefile
+++ b/misc/less/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2007/12/02 11:22:24 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2008/03/02 15:35:33 bjs Exp $
#
-DISTNAME= less-394
+DISTNAME= less-418
CATEGORIES= misc
MASTER_SITES= http://www.greenwoodsoftware.com/less/
@@ -9,8 +9,13 @@ MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://www.greenwoodsoftware.com/less/
COMMENT= Pager similar to more and pg
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+.include "options.mk"
+
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"