From fb0e2e7a40e180a477fcbbe487c61408bd11cee5 Mon Sep 17 00:00:00 2001 From: jmmv Date: Fri, 14 Mar 2003 09:56:30 +0000 Subject: Honor PKG_SYSCONFDIR. Bump PKGREVISION to 1. Closes PR pkg/20698 by reed@reedmedia.net. --- misc/less/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'misc/less') 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" -- cgit v1.2.3