diff options
author | joerg <joerg@pkgsrc.org> | 2016-01-05 21:37:21 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-01-05 21:37:21 +0000 |
commit | 7230654a6fc687d267d40239c56e00fe91926af0 (patch) | |
tree | a876cc168266cfc25914d9bdc50d216f6779d78e /graphics | |
parent | 8fcdde23a6c20efcf14db38af30a97c85cd50609 (diff) | |
download | pkgsrc-7230654a6fc687d267d40239c56e00fe91926af0.tar.gz |
Don't create directories under real PREFIX (hi tsutsui!).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/wm-icons/distinfo | 4 | ||||
-rw-r--r-- | graphics/wm-icons/patches/patch-icons_Makefile.in | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/graphics/wm-icons/distinfo b/graphics/wm-icons/distinfo index 7edc39a4753..c5d4a66947f 100644 --- a/graphics/wm-icons/distinfo +++ b/graphics/wm-icons/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1 2015/12/28 15:08:54 tsutsui Exp $ +$NetBSD: distinfo,v 1.2 2016/01/05 21:37:21 joerg Exp $ SHA1 (wm-icons-0.4.0.tar.bz2) = c293ff64350224c1130ac5471e6cc871f9048023 RMD160 (wm-icons-0.4.0.tar.bz2) = a44f722109ce5f43ce1e7f0332393c34062e7355 @@ -7,4 +7,4 @@ SHA1 (patch-Makefile.in) = 81022dd01bbb53c87a01917075473decda5e8e76 SHA1 (patch-configure) = 4dd0712b3da77ae454a7dc7a21944ab8f82890c8 SHA1 (patch-configure.in) = 2f50fc63f227bdc0c765b63f0266aec163db72de SHA1 (patch-etc_Makefile.in) = b01bae5d1d1e65584aa2ec8ba9a10faad9db062a -SHA1 (patch-icons_Makefile.in) = f569d4054853a62cddff416fa9c9942493b9f183 +SHA1 (patch-icons_Makefile.in) = bc1c643e4352f7c198c816a508b9e004f7aee35c diff --git a/graphics/wm-icons/patches/patch-icons_Makefile.in b/graphics/wm-icons/patches/patch-icons_Makefile.in index 1f31a1d248f..7a86d8ab9b3 100644 --- a/graphics/wm-icons/patches/patch-icons_Makefile.in +++ b/graphics/wm-icons/patches/patch-icons_Makefile.in @@ -1,10 +1,15 @@ -$NetBSD: patch-icons_Makefile.in,v 1.1 2015/12/28 15:08:55 tsutsui Exp $ +$NetBSD: patch-icons_Makefile.in,v 1.2 2016/01/05 21:37:21 joerg Exp $ - handle $(DESTDIR) in install scripts --- icons/Makefile.in.orig 2015-12-13 04:55:01.000000000 +0000 +++ icons/Makefile.in -@@ -223,12 +223,12 @@ install-data-local: +@@ -219,16 +219,16 @@ uninstall-am: uninstall-info-am uninstal + + + install-data-local: +- $(mkinstalldirs) $(icondir) ++ $(mkinstalldirs) $(DESTDIR)$(icondir) chmod -R o-w,go+rX * cd $(top_srcdir)/icons; \ for iconset in $(SELECTED_ICON_SETS); do \ |