pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libpwquality: Fix config installation.
Module Name: pkgsrc-wip
Committed By: youri <youri%NetBSD.org@localhost>
Pushed By: youri
Date: Sat Mar 19 12:45:28 2016 +0100
Changeset: 56e9551fe0289467fabcda7cc84fdcc6cb8e2681
Modified Files:
libpwquality/Makefile
Log Message:
libpwquality: Fix config installation.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=56e9551fe0289467fabcda7cc84fdcc6cb8e2681
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libpwquality/Makefile | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diffs:
diff --git a/libpwquality/Makefile b/libpwquality/Makefile
index fa61ae0..f341298 100644
--- a/libpwquality/Makefile
+++ b/libpwquality/Makefile
@@ -16,10 +16,12 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-pam
CONFIGURE_ARGS+= --with-python-binary=${PYTHONBIN}
+INSTALLATION_DIRS+= ${PKG_SYSCONFDIR}/security/
+
PY_PATCHPLIST= yes
-# XXX what to do with the conf files?
-EGDIR= python
-CONF_FILES= ${EGDIR}/security/pwquality.conf ${PKG_SYSCONFDIR}/security/pwquality.conf
+EGDIR= etc/security
+CONF_FILES= ${EGDIR}/pwquality.conf \
+ ${PKG_SYSCONFDIR}/security/pwquality.conf
pre-configure:
set -e; cd ${WRKSRC}; \
Home |
Main Index |
Thread Index |
Old Index