openbsd-ports/mail/sympa/patches/patch-doc_man8_Makefile_in
landry 4824533aee Update to Sympa 6.1.3.
- switch config dir to /var/sympa/etc as sympa daemon/fcgi might want to
  write templates there
- switch to use spawn-fcgi, this way sympa web admin works fine in
  chrooted httpd
- provide a httpd.conf fragment to ease sympa integration
- switch to rc scripts (with help from aja@)
- improve README

With help and feedback from J.G Pailloncy, ok ajacoutot@
2010-12-30 17:51:25 +00:00

14 lines
581 B
Plaintext

$OpenBSD: patch-doc_man8_Makefile_in,v 1.1 2010/12/30 17:51:25 landry Exp $
subst correct path to config file
--- doc/man8/Makefile.in.orig Mon Dec 20 16:27:23 2010
+++ doc/man8/Makefile.in Mon Dec 20 16:27:48 2010
@@ -374,7 +374,7 @@ archived.pod bounced.pod alias_manager.pod: Makefile
$(AM_V_GEN)$(SED) \
-e 's|--piddir--|$(piddir)|' \
-e 's|--libexecdir--|$(libexecdir)|' \
- -e 's|--sysconfdir--|$(sysconfdir)|' \
+ -e 's|--sysconfdir--|$(confdir)|' \
-e 's|--defaultdir--|$(defaultdir)|' \
-e 's|--spooldir--|$(spooldir)|' \
-e 's|--docdir--|$(docdir)|' \