summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2020-03-16 09:48:58 +0000
committertnn <tnn@pkgsrc.org>2020-03-16 09:48:58 +0000
commitfff0c299e8ae78cdb7cc784cdb375c6b154a5d57 (patch)
tree34a5a560d4000473e0f188a0e7a9e4c9b163746f /graphics
parentcf6719e4c84da823dbd85fed17321bd81268e976 (diff)
downloadpkgsrc-fff0c299e8ae78cdb7cc784cdb375c6b154a5d57.tar.gz
adwaita-icon-theme: use PRINT_PLIST_AWK to prevent future accidents
Diffstat (limited to 'graphics')
-rw-r--r--graphics/adwaita-icon-theme/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/adwaita-icon-theme/Makefile b/graphics/adwaita-icon-theme/Makefile
index 07794ecb3f1..6e6c6c04cb9 100644
--- a/graphics/adwaita-icon-theme/Makefile
+++ b/graphics/adwaita-icon-theme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2020/03/15 20:04:11 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2020/03/16 09:48:58 tnn Exp $
DISTNAME= adwaita-icon-theme-3.36.0
CATEGORIES= graphics gnome
@@ -28,6 +28,10 @@ ICON_THEMES= yes
.include "../../mk/bsd.prefs.mk"
+.for s in 96 256
+PRINT_PLIST_AWK+= {gsub("^share/icons/Adwaita/${s}x${s}/places/start-here.png","@comment this is in PLIST.NetBSD, do not add here: &");}
+.endfor
+
post-install:
.if ${OPSYS} == "NetBSD"
. for s in 16 22 24 32 48 96 256