aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-03-27 14:14:03 +0800
committerdougb <dougb@FreeBSD.org>2010-03-27 14:14:03 +0800
commit900531be02031d460aa67f30419e11b88f4793a5 (patch)
tree9fb7f57b501618cde2fc6c63cd6fb55ac800c0a6 /sysutils
parent8e271e9fa1cec635d3e517862641269e59a0d241 (diff)
downloadfreebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.gz
freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.tar.zst
freebsd-ports-gnome-900531be02031d460aa67f30419e11b88f4793a5.zip
RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/syslog-ng2/Makefile1
-rw-r--r--sysutils/syslog-ng2/files/pkg-message.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/syslog-ng2/Makefile b/sysutils/syslog-ng2/Makefile
index d921c93286dd..bd8b786ce124 100644
--- a/sysutils/syslog-ng2/Makefile
+++ b/sysutils/syslog-ng2/Makefile
@@ -24,7 +24,6 @@ USE_RC_SUBR= syslog-ng.sh
GNU_CONFIGURE= yes
USE_GNOME= glib20
SUB_FILES= pkg-message
-SUB_LIST= RC_SUBR_SUFFIX=${RC_SUBR_SUFFIX}
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
diff --git a/sysutils/syslog-ng2/files/pkg-message.in b/sysutils/syslog-ng2/files/pkg-message.in
index 3a30820d764f..7be559337413 100644
--- a/sysutils/syslog-ng2/files/pkg-message.in
+++ b/sysutils/syslog-ng2/files/pkg-message.in
@@ -25,5 +25,5 @@ syslog-ng is now installed! To replace FreeBSD's standard syslogd
5. Start syslog-ng:
- %%PREFIX%%/etc/rc.d/syslog-ng%%RC_SUBR_SUFFIX%% start
+ %%PREFIX%%/etc/rc.d/syslog-ng start