diff options
author | jlam <jlam> | 2004-11-30 15:26:03 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-30 15:26:03 +0000 |
commit | 1b1776459e564f726549ffec8c7d0bd0e368cec5 (patch) | |
tree | a99a6d750f01f08710f149eaf84e0c9d9ec4c7a4 | |
parent | 38d8e845f22974f0e31b115a0f6e2e46d2a7197f (diff) | |
download | pkgsrc-1b1776459e564f726549ffec8c7d0bd0e368cec5.tar.gz |
Correct the location of the config files in the man page.
-rw-r--r-- | security/priv/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/security/priv/Makefile b/security/priv/Makefile index e136fa92e9e..1cac5967de9 100644 --- a/security/priv/Makefile +++ b/security/priv/Makefile @@ -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 @@ USE_BUILDLINK3= YES 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 |