aboutsummaryrefslogtreecommitdiffstats
path: root/mk/smtpctl/Makefile.am
diff options
context:
space:
mode:
authorCharles Longeau <github@chl.be>2013-11-14 18:47:35 +0100
committerCharles Longeau <github@chl.be>2013-11-14 18:47:35 +0100
commit287607bf94aa86e43a39768febd3ad39e644f89d (patch)
tree25fd9aa6e239903d43c1022fce2b78c5b741ac54 /mk/smtpctl/Makefile.am
parentRevert "do not substitute paths in manpages and configuration files, to let packagers put their wished paths." (diff)
downloadOpenSMTPD-287607bf94aa86e43a39768febd3ad39e644f89d.tar.xz
OpenSMTPD-287607bf94aa86e43a39768febd3ad39e644f89d.zip
do not substitute paths in configuration file, to let packagers put their wished paths. As finaly requested in #326
Diffstat (limited to 'mk/smtpctl/Makefile.am')
-rw-r--r--mk/smtpctl/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/smtpctl/Makefile.am b/mk/smtpctl/Makefile.am
index df896905..c174e806 100644
--- a/mk/smtpctl/Makefile.am
+++ b/mk/smtpctl/Makefile.am
@@ -66,7 +66,7 @@ $(MANPAGES): $(MANPAGES_IN)
$(CONFIGFILES): $(CONFIGFILES_IN)
conffile=`echo $@ | sed 's/.out$$//'`; \
- $(FIXPATHSCMD) $(srcdir)/$${conffile} > $@
+ $(CAT) $(srcdir)/$${conffile} > $@
install-exec-hook: $(CONFIGFILES) $(MANPAGES)