summaryrefslogtreecommitdiff
path: root/x11/dunst
diff options
context:
space:
mode:
authorkamil <kamil@pkgsrc.org>2016-06-17 19:42:47 +0000
committerkamil <kamil@pkgsrc.org>2016-06-17 19:42:47 +0000
commit3e205c148d915ecaf493675de3c14f7276918de0 (patch)
tree96220123b9440fd34de441ace56a5f1cd1e164d9 /x11/dunst
parent1e41c8637b743870bcdc27dfbb695899a931e888 (diff)
downloadpkgsrc-3e205c148d915ecaf493675de3c14f7276918de0.tar.gz
Fix the install target on SmartOS
Diffstat (limited to 'x11/dunst')
-rw-r--r--x11/dunst/distinfo3
-rw-r--r--x11/dunst/patches/patch-Makefile20
2 files changed, 22 insertions, 1 deletions
diff --git a/x11/dunst/distinfo b/x11/dunst/distinfo
index 10f42ca5fb4..c0996fd8d5d 100644
--- a/x11/dunst/distinfo
+++ b/x11/dunst/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1 2016/06/11 22:07:01 kamil Exp $
+$NetBSD: distinfo,v 1.2 2016/06/17 19:42:47 kamil Exp $
SHA1 (dunst-1.1.0.tar.bz2) = 9fd95cf803307609053b45d9fbe864e4dcccc457
RMD160 (dunst-1.1.0.tar.bz2) = e219b3ef8e97536b7dee2ddcb1e113da84fc4251
SHA512 (dunst-1.1.0.tar.bz2) = ba01a6b18da5199b3356342f5c22592f93f447389267810bbfc35decf1a67f89650d445d3c1dd6f3cc76a4f86f7165adc777b669444627e42d3e671d4f04a04b
Size (dunst-1.1.0.tar.bz2) = 79032 bytes
+SHA1 (patch-Makefile) = 5e2f407bc35ae9f5bf8b847b36129ae34ad6226d
diff --git a/x11/dunst/patches/patch-Makefile b/x11/dunst/patches/patch-Makefile
new file mode 100644
index 00000000000..8e30da2bcdd
--- /dev/null
+++ b/x11/dunst/patches/patch-Makefile
@@ -0,0 +1,20 @@
+$NetBSD: patch-Makefile,v 1.1 2016/06/17 19:42:47 kamil Exp $
+
+Fix the install target on SmartOS.
+
+There shouldn't be used cp(1) there, but it's good enough for now.
+
+--- Makefile.orig 2014-07-29 20:49:11.000000000 +0000
++++ Makefile
+@@ -75,9 +75,9 @@ install: all
+ cp -f dunst.1 ${DESTDIR}${MANPREFIX}/man1/
+ chmod 644 ${DESTDIR}${MANPREFIX}/man1/dunst.1
+ mkdir -p "${DESTDIR}${PREFIX}/share/dunst"
+- cp -f dunstrc ${DESTDIR}${PREFIX}/share/dunst
++ cp -f dunstrc ${DESTDIR}${PREFIX}/share/dunst
+ mkdir -p "${DESTDIR}${PREFIX}/share/dbus-1/services/"
+- cp -vf org.knopwob.dunst.service "${DESTDIR}${PREFIX}/share/dbus-1/services/org.knopwob.dunst.service"
++ cp -f org.knopwob.dunst.service "${DESTDIR}${PREFIX}/share/dbus-1/services/org.knopwob.dunst.service"
+
+ uninstall:
+ @echo removing executables from ${DESTDIR}${PREFIX}/bin