summaryrefslogtreecommitdiff
path: root/graphics/paper-icon-theme
diff options
context:
space:
mode:
authoryouri <youri>2016-06-18 09:06:01 +0000
committeryouri <youri>2016-06-18 09:06:01 +0000
commita8017370a679e1c39bc713718c88b453bb30a11c (patch)
tree1e75f02a80df604ceef226cf6f596462e851bbb2 /graphics/paper-icon-theme
parent9e7af41b3e2bc3774e394696e8088648a15370ed (diff)
downloadpkgsrc-a8017370a679e1c39bc713718c88b453bb30a11c.tar.gz
Fix installing on SmartOS by not using cp(1) -v, a non standard option.
Diffstat (limited to 'graphics/paper-icon-theme')
-rw-r--r--graphics/paper-icon-theme/distinfo4
-rw-r--r--graphics/paper-icon-theme/patches/patch-Makefile.am4
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/paper-icon-theme/distinfo b/graphics/paper-icon-theme/distinfo
index ab9b8e4ad89..ea00854efbf 100644
--- a/graphics/paper-icon-theme/distinfo
+++ b/graphics/paper-icon-theme/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2016/06/13 00:26:04 youri Exp $
+$NetBSD: distinfo,v 1.2 2016/06/18 09:06:01 youri Exp $
SHA1 (paper-icon-theme-1.3.2.tar.gz) = 3df875af6cb644e291e7ba4590b27315a037a706
RMD160 (paper-icon-theme-1.3.2.tar.gz) = 769edcb23157585d938f2843bedf2d3a5aa5a19a
SHA512 (paper-icon-theme-1.3.2.tar.gz) = 25775b5580e1391f48b99996033ac255276541594b4672d5987f4c1dc8e33e4d37910158c5f9a2565af225ff1c9ff17bceb0fd730f2bea9e0743fb684a7d86d2
Size (paper-icon-theme-1.3.2.tar.gz) = 37241750 bytes
-SHA1 (patch-Makefile.am) = 6717f8ece68a7fe96a8e3a2e704940efdf9b2087
+SHA1 (patch-Makefile.am) = e226403d94702e043548f75aabd676f460da0404
SHA1 (patch-autogen.sh) = 8c6ab8f8a622b9c4a3eae3a56263e87a19366390
diff --git a/graphics/paper-icon-theme/patches/patch-Makefile.am b/graphics/paper-icon-theme/patches/patch-Makefile.am
index a1b97eea11d..8d51ae684ed 100644
--- a/graphics/paper-icon-theme/patches/patch-Makefile.am
+++ b/graphics/paper-icon-theme/patches/patch-Makefile.am
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile.am,v 1.1 2016/06/13 00:26:04 youri Exp $
+$NetBSD: patch-Makefile.am,v 1.2 2016/06/18 09:06:01 youri Exp $
Install to pkgsrc prefix.
@@ -11,7 +11,7 @@ Install to pkgsrc prefix.
- $(MKDIR_P) $(DESTDIR)/usr/share/icons
- cp -Rv Paper $(DESTDIR)/usr/share/icons/.
+ $(MKDIR_P) $(DESTDIR)$(PREFIX)/share/icons
-+ cp -Rv Paper $(DESTDIR)$(PREFIX)/share/icons/.
++ cp -R Paper $(DESTDIR)$(PREFIX)/share/icons/.
uninstall-hook:
test -e $(DESTDIR)/usr/share/icons/Paper && rm -rfv $(DESTDIR)/usr/share/icons/Paper