summaryrefslogtreecommitdiff
path: root/misc/less/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/less/Makefile')
-rw-r--r--misc/less/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/less/Makefile b/misc/less/Makefile
index 8f1bfd76196..2a6e4082697 100644
--- a/misc/less/Makefile
+++ b/misc/less/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/02/17 12:54:25 grant Exp $
+# $NetBSD: Makefile,v 1.8 2003/03/14 09:56:30 jmmv Exp $
#
DISTNAME= less-381
+PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.greenwoodsoftware.com/less/ \
${MASTER_SITE_GNU:=less/}
@@ -13,4 +14,6 @@ COMMENT= pager similar to more and pg
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
+
.include "../../mk/bsd.pkg.mk"