chiark / gitweb /
Use system sendmail if available (rather than SMTP over TCP)
[disorder] / scripts / sedfiles.make
index cbae8c148a7725ec2b1052ba22eb0ec781ba7171..5b7a64975dacbeb5428b8f57be764ab12cd81296 100644 (file)
@@ -25,6 +25,7 @@ $(SEDFILES) : % : %.in Makefile
            -e 's!pkgconfdir!${sysconfdir}/disorder!g;' \
            -e 's!pkgstatedir!${localstatedir}/disorder!g;' \
            -e 's!pkgdatadir!${pkgdatadir}!g;' \
+           -e 's!SENDMAIL!${SENDMAIL}!g;' \
            -e 's!_version_!${VERSION}!g;' \
                < $< > $@.new
        @if test -x $<; then \