freebsd-ports/sysutils/syslog-ng3/files/patch-scl-Makefile.in
Cy Schubert 00f05e10ad Fix a pkg-plist issue whereby the upline installer conditionally installed
syslog-ng.conf. It is now installed as syslog-ng.conf.dist. The user may
choose either this file or syslog-ng.conf.sample as a template for a new
syslog-ng.conf. By default syslog-ng.conf is copied from syslog-ng.conf.sample.

Feature safe:	yes
2011-01-21 05:45:17 +00:00

11 lines
433 B
Text

--- scl/Makefile.in.orig 2011-01-15 08:15:10.000000000 -0800
+++ scl/Makefile.in 2011-01-20 21:16:20.000000000 -0800
@@ -200,7 +200,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SCL_SUBDIRS = system pacct syslogconf
-SCL_CONFIGS = scl.conf modules.conf syslog-ng.conf
+SCL_CONFIGS = scl.conf modules.conf syslog-ng.conf.dist
EXTRA_DIST = $(SCL_CONFIGS) $(SCL_SUBDIRS)
scldir = $(datadir)/include/scl
all: all-am