git: 7555f9987ab1 - main - gnome: don't use target when variable expansion do the job
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 08 Jun 2022 11:07:10 UTC
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