diff options
author | mat <mat@FreeBSD.org> | 2019-08-14 20:25:52 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2019-08-14 20:25:52 +0800 |
commit | 983c01e3a2e18159f64140e6e591ca0e3897a7af (patch) | |
tree | 95307d1ea6effde4816a1e77da4f0fb7bf9ffe95 /x11-toolkits/Xaw3d | |
parent | f584768b57c30287bef9b08674d17877d109210c (diff) | |
download | freebsd-ports-gnome-983c01e3a2e18159f64140e6e591ca0e3897a7af.tar.gz freebsd-ports-gnome-983c01e3a2e18159f64140e6e591ca0e3897a7af.tar.zst freebsd-ports-gnome-983c01e3a2e18159f64140e6e591ca0e3897a7af.zip |
Convert to UCL & cleanup pkg-message (categories x)
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r-- | x11-toolkits/Xaw3d/files/pkg-message.in | 8 |
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 +} +] |