From 3f58a729a92756bae5cf0569bf13c05537901399 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 18 Nov 2021 09:51:30 +0000 Subject: [PATCH] Move example from "goo" to @tag. --- share/man/man5/gnome-module.5 | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/share/man/man5/gnome-module.5 b/share/man/man5/gnome-module.5 index 3e295b71fc5..72d188c3787 100644 --- a/share/man/man5/gnome-module.5 +++ b/share/man/man5/gnome-module.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gnome-module.5,v 1.2 2021/07/25 11:29:42 espie Exp $ +.\" $OpenBSD: gnome-module.5,v 1.3 2021/11/18 09:51:30 ajacoutot Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 25 2021 $ +.Dd $Mdocdate: November 18 2021 $ .Dt GNOME-MODULE 5 .Os .Sh NAME @@ -156,25 +156,22 @@ corresponding and .Ev RUN_DEPENDS . .Pp -Some tools require the following goo in the PLIST: +Some tools require the following tag in the PLIST: .Pp .Ar desktop-file-utils .Bd -literal -offset indent -@exec %D/bin/update-desktop-database -@unexec-delete %D/bin/update-desktop-database +@tag update-desktop-database .Ed .Pp .Ar gtk-update-icon-cache ($icon-theme is the theme directory) .Bd -literal -offset indent -@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/$icon-theme -@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/$icon-theme +@tag gtk-update-icon-cache %D/share/icons/$icon-theme .Ed .Pp .Ar shared-mime-info .Bd -literal -offset indent -@exec %D/bin/update-mime-database %D/share/mime -@unexec-delete %D/bin/update-mime-database %D/share/mime +@tag update-mime-database .Ed .Sh SEE ALSO .Xr port-modules 5 -- 2.20.1