Fix the install target on SmartOS
This commit is contained in:
parent
602acf9786
commit
44f1e3006c
2 changed files with 22 additions and 1 deletions
|
@ -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
|
||||
|
|
20
x11/dunst/patches/patch-Makefile
Normal file
20
x11/dunst/patches/patch-Makefile
Normal file
|
@ -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
|
Loading…
Reference in a new issue