summaryrefslogtreecommitdiff
path: root/x11-toolkits/Xaw3d
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-02-22 08:01:58 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-02-22 08:01:58 +0000
commit68a3004ca12b6b87108127cab72669686998fe09 (patch)
tree2ac2c9ea64fd73b83e35a53d0cb842db24e31b2c /x11-toolkits/Xaw3d
parentYow! This file was really old. Delete obsolete information. (diff)
Tell user how to symlink around libXaw.so.6 so many windows look bumpy.
Notes
Notes: svn path=/head/; revision=26139
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r--x11-toolkits/Xaw3d/Makefile1
-rw-r--r--x11-toolkits/Xaw3d/pkg-message8
2 files changed, 9 insertions, 0 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile
index 720de29c7b01..30a7d0c99967 100644
--- a/x11-toolkits/Xaw3d/Makefile
+++ b/x11-toolkits/Xaw3d/Makefile
@@ -36,5 +36,6 @@ post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
${MKDIR} ${PREFIX}/share/doc/Xaw3d
${CP} ${WRKSRC}/README.XAW3D ${PREFIX}/share/doc/Xaw3d
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
diff --git a/x11-toolkits/Xaw3d/pkg-message b/x11-toolkits/Xaw3d/pkg-message
new file mode 100644
index 000000000000..d617db38a991
--- /dev/null
+++ b/x11-toolkits/Xaw3d/pkg-message
@@ -0,0 +1,8 @@
+*******************************************************************
+If you want Xaw3d to replace the default Athena Widget Set
+so most X applications will get a 3-D look, do this (as root):
+
+cd /usr/X11R6/lib
+mv libXaw.so.6 libXaw2d.so.6
+ln -s libXaw3d.so.6 libXaw.so.6
+*******************************************************************