freebsd-ports/x11-toolkits/Xaw3d/files/pkg-message.in
2019-08-14 12:25:52 +00:00

12 lines
284 B
Text

[
{ 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
}
]