summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-10-20 20:34:29 +0000
committerwiz <wiz@pkgsrc.org>2010-10-20 20:34:29 +0000
commite62dfffcf9d97cfde2238aac593682c1fccf4640 (patch)
treef4c008b775d9e802585689e80fafcab6de503c2e /graphics
parent07566497ae6c9699b773933d40c053eb113acccb (diff)
downloadpkgsrc-e62dfffcf9d97cfde2238aac593682c1fccf4640.tar.gz
Rename target so it doesn't have the same name as the one from
hicolor-icon-theme. XXX: probably they should both include another (mk/*?) file that only defines this target once.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnome-icon-theme/buildlink3.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gnome-icon-theme/buildlink3.mk b/graphics/gnome-icon-theme/buildlink3.mk
index 8f02295c6a6..c3b2cbcf2f4 100644
--- a/graphics/gnome-icon-theme/buildlink3.mk
+++ b/graphics/gnome-icon-theme/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.16 2010/10/19 13:09:48 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.17 2010/10/20 20:34:29 wiz Exp $
BUILDLINK_TREE+= gnome-icon-theme
@@ -26,11 +26,11 @@ DEINSTALL_TEMPLATES+= ../../graphics/gnome-icon-theme/files/icon-cache.tmpl
PRINT_PLIST_AWK+= /^share\/icons\/gnome\/icon-theme.cache$$/ { next; }
CHECK_FILES_SKIP+= ${PREFIX}/share/icons/gnome/icon-theme.cache
-BUILDLINK_TARGETS+= guic-buildlink-fake
+BUILDLINK_TARGETS+= guic-buildlink-fake2
_GUIC_FAKE= ${BUILDLINK_DIR}/bin/gtk-update-icon-cache
-.PHONY: guic-buildlink-fake
-guic-buildlink-fake:
+.PHONY: guic-buildlink-fake2
+guic-buildlink-fake2:
${RUN} \
if [ ! -f ${_GUIC_FAKE} ]; then \
${ECHO_BUILDLINK_MSG} "Creating ${_GUIC_FAKE}"; \