diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-16 15:36:24 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-16 15:36:24 +0000 |
commit | 717e763e13fca16ad3870c6a1f8eba9663a15978 (patch) | |
tree | cf4e25fa657b7c828b6bba4c25f57096724f241f /mail | |
parent | 21f58204dbabff2359d171a77ac9711418428166 (diff) | |
download | pkgsrc-717e763e13fca16ad3870c6a1f8eba9663a15978.tar.gz |
mail/sendmail: fix build in SUBST_NOOP_OK=no mode
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile index 2e097d19738..c2ee1d3a80f 100644 --- a/mail/sendmail/Makefile +++ b/mail/sendmail/Makefile @@ -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|${VARBASE}/run|g" 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 |