Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sendmail mail/sendmail: fix build in SUBST_NOOP_O...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e33d939a1e17
branches:  trunk
changeset: 431793:e33d939a1e17
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat May 16 15:36:24 2020 +0000

description:
mail/sendmail: fix build in SUBST_NOOP_OK=no mode

diffstat:

 mail/sendmail/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5f6e20bdafb4 -r e33d939a1e17 mail/sendmail/Makefile
--- a/mail/sendmail/Makefile    Sat May 16 15:25:49 2020 +0000
+++ b/mail/sendmail/Makefile    Sat May 16 15:36:24 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.137 2020/04/24 14:33:08 manu Exp $
+# $NetBSD: Makefile,v 1.138 2020/05/16 15:36:24 rillig Exp $
 
 PKGNAME=       sendmail-${DIST_VERS}
 PKGREVISION=   9
@@ -76,6 +76,7 @@
 SUBST_SED.cf-paths+=   -e "s|/usr/libexec|${PREFIX}/libexec/sendmail|g"
 SUBST_SED.cf-paths+=   -e "s|/usr/lib|${PREFIX}/libexec/sendmail|g"
 SUBST_SED.cf-paths+=   -e "s|/system/volatile|${VARBASE}/run|g"
+SUBST_NOOP_OK.cf-paths=        yes # some files contain only /var
 
 REPLACE_PERL=          contrib/socketmapClient.pl contrib/socketmapServer.pl
 



Home | Main Index | Thread Index | Old Index