git: 6f540920138e - main - Uses/gnome: fix comments still stating at @exec/@unexec
Baptiste Daroussin
bapt at FreeBSD.org
Tue May 11 04:39:26 UTC 2021
The branch main has been updated by bapt:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6f540920138eea8d9171ac8f8116ea678138d5dd
commit 6f540920138eea8d9171ac8f8116ea678138d5dd
Author: Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-05-11 04:19:59 +0000
Commit: Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-05-11 04:39:06 +0000
Uses/gnome: fix comments still stating at @exec/@unexec
---
Mk/Uses/gnome.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk
index 19b97c39da7d..30b345823f3e 100644
--- a/Mk/Uses/gnome.mk
+++ b/Mk/Uses/gnome.mk
@@ -43,7 +43,7 @@
# "GLIB_SCHEMAS=foo.gschema.xml bar.gschema.xml".
#
# INSTALLS_OMF - If set, bsd.gnome.mk will automatically scan pkg-plist
-# file and add apropriate @exec/@unexec directives for
+# file and add apropriate @postexec/@postunexec directives for
# each .omf file found to track OMF registration database.
#
# INSTALLS_ICONS - If a GTK+ port installs Freedesktop-style icons to
@@ -425,7 +425,7 @@ gnome-post-gconf-schemas:
done
.endif
-# we put the @unexec behind the plist schema entry, because it compiles files
+# we put the @glib-schemas behind the plist schema entry, because it compiles files
# in the directory. So we should remove the port file first before recompiling.
.if defined(GLIB_SCHEMAS)
_USES_install+= 690:gnome-post-glib-schemas
More information about the dev-commits-ports-all
mailing list