diff options
author | flz <flz@FreeBSD.org> | 2006-01-08 21:33:54 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2006-01-08 21:33:54 +0800 |
commit | 3281a173d81ee089cdda541fc1f66d488f30bd48 (patch) | |
tree | a757f909ab78e5c68ff31468b0f62ea0d790a744 /misc | |
parent | 4519ee6f8771fee3ba5f6b66389d5e6fc7aad3f2 (diff) | |
download | freebsd-ports-gnome-3281a173d81ee089cdda541fc1f66d488f30bd48.tar.gz freebsd-ports-gnome-3281a173d81ee089cdda541fc1f66d488f30bd48.tar.zst freebsd-ports-gnome-3281a173d81ee089cdda541fc1f66d488f30bd48.zip |
- Add a note about variables used by the script in pkg-message.
Diffstat (limited to 'misc')
-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" +------------------------------------------------------------- |