pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/queue-repair mail/queue-repair: allow SUBST to be...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66d3e4af5822
branches:  trunk
changeset: 428185:66d3e4af5822
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Apr 25 19:37:01 2020 +0000

description:
mail/queue-repair: allow SUBST to be a no-op

diffstat:

 mail/queue-repair/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 96bcfd5e8fef -r 66d3e4af5822 mail/queue-repair/Makefile
--- a/mail/queue-repair/Makefile        Sat Apr 25 19:22:15 2020 +0000
+++ b/mail/queue-repair/Makefile        Sat Apr 25 19:37:01 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/11/02 16:25:27 rillig Exp $
+# $NetBSD: Makefile,v 1.14 2020/04/25 19:37:01 rillig Exp $
 #
 
 DISTNAME=              queue-repair-0.9.0
@@ -32,12 +32,14 @@
 SUBST_SED.users+=      -e "s|'qmailq'|'${QMAIL_QUEUE_USER}'|g"
 SUBST_SED.users+=      -e "s|'qmailr'|'${QMAIL_REMOTE_USER}'|g"
 SUBST_SED.users+=      -e "s|'qmails'|'${QMAIL_SEND_USER}'|g"
+SUBST_NOOP_OK.users=   yes
 
 SUBST_CLASSES+=                groups
 SUBST_STAGE.groups=    do-configure
 SUBST_FILES.groups=    queue_repair.py
 SUBST_SED.groups=      -e "s|'qmail'|'${QMAIL_QMAIL_GROUP}'|g"
 SUBST_SED.groups+=     -e "s|'nofiles'|'${QMAIL_NOFILES_GROUP}'|g"
+SUBST_NOOP_OK.groups=  yes
 
 BUILD_DEFS+=           QMAILDIR QMAIL_ALIAS_USER QMAIL_DAEMON_USER
 BUILD_DEFS+=           QMAIL_LOG_USER QMAIL_PASSWD_USER QMAIL_QUEUE_USER



Home | Main Index | Thread Index | Old Index