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/gnome3 | |
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/gnome3')
-rw-r--r-- | x11/gnome3/pkg-message | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11/gnome3/pkg-message b/x11/gnome3/pkg-message index a93129857d6b..dc8acef35b33 100644 --- a/x11/gnome3/pkg-message +++ b/x11/gnome3/pkg-message @@ -1,8 +1,11 @@ -************************************************************************** +[ +{ type: install + message: <<EOM Congratulations! GNOME 3 has been successfully installed on your system. For help on starting it up, as well as answers to common questions, and some known issues, please see the FreeBSD GNOME homepage at: http://www.FreeBSD.org/gnome/ - -************************************************************************** +EOM +} +] |