diff options
-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 +******************************************************************* |