Tell user how to symlink around libXaw.so.6 so many windows look bumpy.

This commit is contained in:
Satoshi Asami 2000-02-22 08:01:58 +00:00
parent 44b0492067
commit 68a3004ca1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26139
2 changed files with 9 additions and 0 deletions

View file

@ -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>

View file

@ -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
*******************************************************************