summaryrefslogtreecommitdiff
path: root/graphics/paper-icon-theme/patches
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/patches
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/patches')
-rw-r--r--graphics/paper-icon-theme/patches/patch-Makefile.am4
1 files changed, 2 insertions, 2 deletions
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