diff options
author | asami <asami@FreeBSD.org> | 2000-02-22 16:01:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-02-22 16:01:58 +0800 |
commit | 0f4885a09d88f6f7caafd030987571a062170296 (patch) | |
tree | c64a7d00c2e039cd8fa088df73ede9e3a73fcd5e /x11-toolkits | |
parent | 1048d8fabfb9e1b6d30d531b50da342f01453bc3 (diff) | |
download | freebsd-ports-gnome-0f4885a09d88f6f7caafd030987571a062170296.tar.gz freebsd-ports-gnome-0f4885a09d88f6f7caafd030987571a062170296.tar.zst freebsd-ports-gnome-0f4885a09d88f6f7caafd030987571a062170296.zip |
Tell user how to symlink around libXaw.so.6 so many windows look bumpy.
Diffstat (limited to 'x11-toolkits')
-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 +******************************************************************* |