summaryrefslogtreecommitdiff
path: root/Mk/Uses/gnome.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 12:06:12 +0200
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-06-08 12:59:21 +0200
commit7555f9987ab158a4a158f5bdd4940512787d2ec5 (patch)
tree40900d0ecc352a3ee9e62423d438eff5dd1e2c44 /Mk/Uses/gnome.mk
parentdevel/py-python-gitlab: Update to 3.5.0 (diff)
gnome: don't use target when variable expansion do the job
Diffstat (limited to '')
-rw-r--r--Mk/Uses/gnome.mk6
1 files changed, 1 insertions, 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