pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/hicolor-icon-theme Add an ignore pattern.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af56d44cdaf2
branches:  trunk
changeset: 553063:af56d44cdaf2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 13 16:27:24 2009 +0000

description:
Add an ignore pattern.

diffstat:

 graphics/hicolor-icon-theme/buildlink3.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5f72a311a1cf -r af56d44cdaf2 graphics/hicolor-icon-theme/buildlink3.mk
--- a/graphics/hicolor-icon-theme/buildlink3.mk Tue Jan 13 16:22:35 2009 +0000
+++ b/graphics/hicolor-icon-theme/buildlink3.mk Tue Jan 13 16:27:24 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2007/01/26 01:02:59 markd Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2009/01/13 16:27:24 wiz Exp $
 
 BUILDLINK_DEPTH:=                      ${BUILDLINK_DEPTH}+
 HICOLOR_ICON_THEME_BUILDLINK3_MK:=     ${HICOLOR_ICON_THEME_BUILDLINK3_MK}+
@@ -21,6 +21,7 @@
 dirs!= ${GREP} "^@dirrm" ${.CURDIR}/../../graphics/hicolor-icon-theme/PLIST | \
        ${CUT} -d ' ' -f 2
 .  for d in ${dirs}
+PRINT_PLIST_AWK+=      /^@exec ..MKDIR. %D\/${d:S/\//\\\//g}$$/ { next; }
 PRINT_PLIST_AWK+=      /^@dirrm ${d:S/\//\\\//g}$$/ \
                        { print "@comment in hicolor-icon-theme: " $$0; next; }
 .  endfor



Home | Main Index | Thread Index | Old Index