summaryrefslogtreecommitdiff
path: root/wm/bspwm/patches/patch-Makefile
blob: d8d78c27a8374cfa853ef855a0164923047a69a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-Makefile,v 1.1 2015/09/06 18:32:10 wiedi Exp $

make cp portable

--- Makefile.orig	2015-09-06 15:46:55.165764871 +0000
+++ Makefile
@@ -49,7 +49,7 @@ install:
 	cp -p contrib/freedesktop/bspwm-session "$(DESTDIR)$(BINPREFIX)"
 	mkdir -p "$(DESTDIR)$(MANPREFIX)"/man1
 	cp -p doc/bspwm.1 "$(DESTDIR)$(MANPREFIX)"/man1
-	cp -Pp doc/bspc.1 "$(DESTDIR)$(MANPREFIX)"/man1
+	cp -p doc/bspc.1 "$(DESTDIR)$(MANPREFIX)"/man1
 	mkdir -p "$(DESTDIR)$(BASHCPL)"
 	cp -p contrib/bash_completion "$(DESTDIR)$(BASHCPL)"/bspc
 	mkdir -p "$(DESTDIR)$(ZSHCPL)"