pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/sendmail



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May 16 15:36:24 UTC 2020

Modified Files:
        pkgsrc/mail/sendmail: Makefile

Log Message:
mail/sendmail: fix build in SUBST_NOOP_OK=no mode


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/mail/sendmail/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/sendmail/Makefile
diff -u pkgsrc/mail/sendmail/Makefile:1.137 pkgsrc/mail/sendmail/Makefile:1.138
--- pkgsrc/mail/sendmail/Makefile:1.137 Fri Apr 24 14:33:08 2020
+++ pkgsrc/mail/sendmail/Makefile       Sat May 16 15:36:24 2020
@@ -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|/var/run|${VA
 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