Files
pkgsrc-ng/wm/bspwm/patches/patch-Makefile
2016-01-21 23:42:40 +01:00

16 lines
559 B
Plaintext

$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)"