aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ldconfig_compat
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-01-18 17:42:02 +0800
committerflz <flz@FreeBSD.org>2006-01-18 17:42:02 +0800
commitceba972945ddc226e8464286d36efaa1c7721268 (patch)
tree6bac9f852b835f1d48402b6b250842260725f9ef /misc/ldconfig_compat
parent3607dc583f4a22edd1aa1b0cdc3814ee3c9d480c (diff)
downloadfreebsd-ports-gnome-ceba972945ddc226e8464286d36efaa1c7721268.tar.gz
freebsd-ports-gnome-ceba972945ddc226e8464286d36efaa1c7721268.tar.zst
freebsd-ports-gnome-ceba972945ddc226e8464286d36efaa1c7721268.zip
- Remove hardcoded /etc/rc.subr.
Reported by: Sean Winn <sean@gothic.net.au>
Diffstat (limited to 'misc/ldconfig_compat')
-rw-r--r--misc/ldconfig_compat/Makefile2
-rw-r--r--misc/ldconfig_compat/files/ldconfig_compat.sh.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/ldconfig_compat/Makefile b/misc/ldconfig_compat/Makefile
index 06bb0927374f..a3e016490be9 100644
--- a/misc/ldconfig_compat/Makefile
+++ b/misc/ldconfig_compat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ldconfig_compat
PORTVERSION= 1.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= misc
MASTER_SITES= # none
DISTFILES= # none
diff --git a/misc/ldconfig_compat/files/ldconfig_compat.sh.in b/misc/ldconfig_compat/files/ldconfig_compat.sh.in
index 8e7db265cfee..1c6f4a450586 100644
--- a/misc/ldconfig_compat/files/ldconfig_compat.sh.in
+++ b/misc/ldconfig_compat/files/ldconfig_compat.sh.in
@@ -7,7 +7,7 @@
# REQUIRE: mountcritremote ldconfig
# BEFORE: DAEMON
-. /etc/rc.subr
+. "%%RC_SUBR%%"
name="ldconfig"
ldconfig_command="/sbin/ldconfig"