aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/Xaw3d
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r--x11-toolkits/Xaw3d/files/pkg-message.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-toolkits/Xaw3d/files/pkg-message.in b/x11-toolkits/Xaw3d/files/pkg-message.in
index 524bf4343d50..c45da02646d8 100644
--- a/x11-toolkits/Xaw3d/files/pkg-message.in
+++ b/x11-toolkits/Xaw3d/files/pkg-message.in
@@ -1,8 +1,12 @@
-*******************************************************************
+[
+{ type: install
+ message: <<EOM
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 %%LOCALBASE%%/lib
mv libXaw.so.%%XAWVER%% libXaw2d.so.%%XAWVER%%
ln -s libXaw3d.so.%%XAWVER%% libXaw.so.%%XAWVER%%
-*******************************************************************
+EOM
+}
+]