diff options
-rw-r--r-- | misc/ldconfig_compat/Makefile | 4 | ||||
-rw-r--r-- | misc/ldconfig_compat/pkg-message | 10 |
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" +------------------------------------------------------------- |