summaryrefslogtreecommitdiff
path: root/sysutils/rsyslog
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-22 23:39:13 +0000
committerrillig <rillig@pkgsrc.org>2020-03-22 23:39:13 +0000
commit51b2e4a8d42f8273bba99f95a708c9d8166a020a (patch)
tree0e202acef310f3135847ad8c8fcec32df8d3b892 /sysutils/rsyslog
parent1aedb94ab478bd7371bdeb011525ac8db68a8fbc (diff)
downloadpkgsrc-51b2e4a8d42f8273bba99f95a708c9d8166a020a.tar.gz
sysutils/rsyslog: remove syslog.c from path substitution
That file has neither @-placeholders nor /etc.
Diffstat (limited to 'sysutils/rsyslog')
-rw-r--r--sysutils/rsyslog/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/rsyslog/Makefile b/sysutils/rsyslog/Makefile
index e2e7294fdba..90e349aa0c3 100644
--- a/sysutils/rsyslog/Makefile
+++ b/sysutils/rsyslog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2020/03/08 16:51:22 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/03/22 23:39:13 rillig Exp $
#
BUILDLINK_DEPMETHOD.libestr= full
@@ -47,10 +47,11 @@ OWN_DIRS+= ${RSYSLOG_PIDDIR} ${RSYSLOG_WRKDIR}
SUBST_CLASSES+= paths
SUBST_STAGE.paths= pre-configure
SUBST_FILES.paths= platform/redhat/rsyslog.conf tools/rsyslog.conf.5
-SUBST_FILES.paths+= tools/rsyslogd.8 tools/rsyslogd.c tools/syslogd.c
+SUBST_FILES.paths+= tools/rsyslogd.8 tools/rsyslogd.c
SUBST_VARS.paths= RSYSLOG_PIDDIR RSYSLOG_SYSMOD
SUBST_SED.paths= -e "s|/etc|${PKG_SYSCONFDIR}|g"
SUBST_MESSAGE.paths= Setting default paths and options.
+# FIXME: This also replaces /etc/timezone, which is probably unintended.
SUBST_CLASSES.Darwin+= ldargs
SUBST_STAGE.ldargs= pre-configure