diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-02-22 08:01:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-02-22 08:01:58 +0000 |
commit | 68a3004ca12b6b87108127cab72669686998fe09 (patch) | |
tree | 2ac2c9ea64fd73b83e35a53d0cb842db24e31b2c /x11-toolkits/Xaw3d | |
parent | 44b0492067ccf26fa0cc9224ff27654fade8f433 (diff) | |
download | ports-68a3004ca12b6b87108127cab72669686998fe09.tar.gz ports-68a3004ca12b6b87108127cab72669686998fe09.zip |
Notes
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/Xaw3d/pkg-message | 8 |
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 +******************************************************************* |