pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/priv Correct the location of the config files...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dc1d0a3e962
branches:  trunk
changeset: 484860:4dc1d0a3e962
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Nov 30 15:26:03 2004 +0000

description:
Correct the location of the config files in the man page.

diffstat:

 security/priv/Makefile |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r d0636091772b -r 4dc1d0a3e962 security/priv/Makefile
--- a/security/priv/Makefile    Tue Nov 30 15:24:43 2004 +0000
+++ b/security/priv/Makefile    Tue Nov 30 15:26:03 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2004/06/14 03:16:43 uebayasi Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/30 15:26:03 jlam Exp $
 #
 
 DISTNAME=      priv-1.0-beta2
 PKGNAME=       priv-1.0beta2
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.thistledown.com.au/pub/simonb/
 
@@ -16,7 +16,11 @@
 GNU_CONFIGURE= YES
 USE_PKGINSTALL=        YES
 
-CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+SUBST_CLASSES+=                sysconfdir
+SUBST_STAGE.sysconfdir=        post-configure
+SUBST_FILES.sysconfdir=        priv.1
+SUBST_SED.sysconfdir=  -e "s|/usr/local/etc/|${PKG_SYSCONFDIR}/|g"
 
 OWN_DIRS=      ${PKG_SYSCONFDIR}/priv
 



Home | Main Index | Thread Index | Old Index