summaryrefslogtreecommitdiff
path: root/misc/less
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-03-14 09:56:30 +0000
committerjmmv <jmmv@pkgsrc.org>2003-03-14 09:56:30 +0000
commitfb0e2e7a40e180a477fcbbe487c61408bd11cee5 (patch)
tree5a9aeb07ed6aadf1a179528fe6c5d5405e11ef07 /misc/less
parent7b3cbfe5429c734920ee7e1504136a9faa7520cc (diff)
downloadpkgsrc-fb0e2e7a40e180a477fcbbe487c61408bd11cee5.tar.gz
Honor PKG_SYSCONFDIR. Bump PKGREVISION to 1.
Closes PR pkg/20698 by reed@reedmedia.net.
Diffstat (limited to 'misc/less')
-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"