aboutsummaryrefslogtreecommitdiff
path: root/misc/ldconfig_compat
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-01-08 13:33:54 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-01-08 13:33:54 +0000
commit67da3e013f3e184e4f04df2ea36d64c13f36846a (patch)
tree99874a34a62eb511c3a1b0882790c3af204e1ee2 /misc/ldconfig_compat
parentdf257a16f518b7a000dab212801b0ab918ba7fee (diff)
downloadports-67da3e013f3e184e4f04df2ea36d64c13f36846a.tar.gz
ports-67da3e013f3e184e4f04df2ea36d64c13f36846a.zip
Notes
Diffstat (limited to 'misc/ldconfig_compat')
-rw-r--r--misc/ldconfig_compat/Makefile4
-rw-r--r--misc/ldconfig_compat/pkg-message10
2 files changed, 14 insertions, 0 deletions
diff --git a/misc/ldconfig_compat/Makefile b/misc/ldconfig_compat/Makefile
index b3d75aee009d..fdc46220fdfa 100644
--- a/misc/ldconfig_compat/Makefile
+++ b/misc/ldconfig_compat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ldconfig_compat
PORTVERSION= 1.0
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= # none
DISTFILES= # none
@@ -51,4 +52,7 @@ do-install:
.endfor
.endfor
+post-install:
+ ${CAT} ${PKGMESSAGE}
+
.include <bsd.port.post.mk>
diff --git a/misc/ldconfig_compat/pkg-message b/misc/ldconfig_compat/pkg-message
new file mode 100644
index 000000000000..ee91a3d810be
--- /dev/null
+++ b/misc/ldconfig_compat/pkg-message
@@ -0,0 +1,10 @@
+-------------------------------------------------------------
+For the script to work correctly, you need to add the
+following to your /etc/rc.conf file (these lines are only
+wrapped to fit console width):
+
+ ldconfig_local_dirs="/usr/local/libdata/ldconfig
+ /usr/X11R6/libdata/ldconfig"
+ ldconfig_local32_dirs="/usr/local/libdata/ldconfig32
+ /usr/X11R6/libdata/ldconfig32"
+-------------------------------------------------------------