Date: Wed, 8 Jun 2022 11:07:10 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: 7555f9987ab1 - main - gnome: don't use target when variable expansion do the job Message-ID: <202206081107.258B7AFq000388@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=7555f9987ab158a4a158f5bdd4940512787d2ec5 commit 7555f9987ab158a4a158f5bdd4940512787d2ec5 Author: Baptiste Daroussin <bapt@FreeBSD.org> AuthorDate: 2022-06-08 10:06:12 +0000 Commit: Baptiste Daroussin <bapt@FreeBSD.org> CommitDate: 2022-06-08 10:59:21 +0000 gnome: don't use target when variable expansion do the job --- Mk/Uses/gnome.mk | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Mk/Uses/gnome.mk b/Mk/Uses/gnome.mk index b15f55c4bc7b..59f4db16043b 100644 --- a/Mk/Uses/gnome.mk +++ b/Mk/Uses/gnome.mk @@ -415,11 +415,7 @@ gnome-post-gconf-schemas: . endif . if defined(GLIB_SCHEMAS) -_USES_install+= 690:gnome-post-glib-schemas -gnome-post-glib-schemas: - @for i in ${GLIB_SCHEMAS}; do \ - ${ECHO_CMD} "share/glib-2.0/schemas/$${i}" >> ${TMPPLIST}; \ - done +PLIST_FILES+= ${GLIB_SCHEMAS:C,^,share/glib-2.0/schemas/,} . endif .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206081107.258B7AFq000388>