pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/qpasswd Set SUBST_NOOP_OK in case PKG_SYSCONF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ae5d9e4aafdf
branches:  trunk
changeset: 442123:ae5d9e4aafdf
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Thu Nov 19 09:31:19 2020 +0000

description:
Set SUBST_NOOP_OK in case PKG_SYSCONFBASE == "/etc". Define LICENSE.

diffstat:

 sysutils/qpasswd/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a13e35199b36 -r ae5d9e4aafdf sysutils/qpasswd/Makefile
--- a/sysutils/qpasswd/Makefile Thu Nov 19 09:16:38 2020 +0000
+++ b/sysutils/qpasswd/Makefile Thu Nov 19 09:31:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/06/25 05:42:40 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/19 09:31:19 schmonz Exp $
 
 DISTNAME=              qpasswd-0.5
 CATEGORIES=            sysutils
@@ -8,7 +8,7 @@
 MAINTAINER=            schmonz%NetBSD.org@localhost
 HOMEPAGE=              https://mcmilk.de/projects/qpasswd/
 COMMENT=               Password-checking tools for many authentication schemes
-#LICENSE=              # TODO: (see mk/license.mk)
+LICENSE=               gnu-gpl-v2
 
 SUBST_CLASSES+=                djberrno
 
@@ -18,6 +18,7 @@
 SUBST_FILES.paths+=    qpasswd_gethome.c usage.c do_checkqpasswd.c params.h
 SUBST_FILES.paths+=    params.h do_checkqpasswd.c qpasswd_gethome.c usage.c
 SUBST_SED.paths=       -e 's|/etc/qpasswd|${PKG_SYSCONFDIR}/qpasswd|g'
+SUBST_NOOP_OK.paths=   yes     # PKG_SYSCONFDIR support
 
 DJB_RESTRICTED=                no
 



Home | Main Index | Thread Index | Old Index