From e40d791eeaf6c4eb11b520eb67296e6d7248b8fc Mon Sep 17 00:00:00 2001 From: uebayasi Date: Mon, 14 Jun 2004 03:16:42 +0000 Subject: Update priv to 1.0beta2nb1. * Make sure ${PKG_SYSCONFDIR} is passed to configure. * Care ${PRIV_CONF_DIR} as an obsoleted variable. Pointed out by Matt Green. --- security/priv/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'security') diff --git a/security/priv/Makefile b/security/priv/Makefile index bba005dda77..e136fa92e9e 100644 --- a/security/priv/Makefile +++ b/security/priv/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2004/04/28 11:27:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.11 2004/06/14 03:16:43 uebayasi Exp $ # DISTNAME= priv-1.0-beta2 PKGNAME= priv-1.0beta2 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ftp://ftp.thistledown.com.au/pub/simonb/ @@ -15,6 +16,8 @@ USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_PKGINSTALL= YES +CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR} + OWN_DIRS= ${PKG_SYSCONFDIR}/priv .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3