Date: Tue, 11 May 2021 04:39:25 GMT From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6f540920138e - main - Uses/gnome: fix comments still stating at @exec/@unexec Message-ID: <202105110439.14B4dPj1009913@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f540920138eea8d9171ac8f8116ea678138d5dd commit 6f540920138eea8d9171ac8f8116ea678138d5dd Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2021-05-11 04:19:59 +0000 Commit: Baptiste Daroussin <bapt@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-schemashome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105110439.14B4dPj1009913>
