Add patchfile. Forgotten in previous commit.
This commit is contained in:
parent
475fb8834b
commit
b15ed04d53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345790
1 changed files with 14 additions and 0 deletions
14
ports-mgmt/chucky/files/patch-Makefile
Normal file
14
ports-mgmt/chucky/files/patch-Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- ./Makefile.orig 2013-03-22 05:11:27.000000000 +0100
|
||||
+++ ./Makefile 2014-02-24 09:55:51.627688711 +0100
|
||||
@@ -12,8 +12,9 @@
|
||||
rm chucky
|
||||
|
||||
install:
|
||||
- install -m 0755 -g wheel -o root chucky ${prefix}/bin
|
||||
- -install -m 0644 -g wheel -o root chucky.7 ${man7dir}
|
||||
+ strip chucky
|
||||
+ install -m 0755 -g wheel -o root chucky $(DESTDIR)${prefix}/bin
|
||||
+ -install -m 0644 -g wheel -o root chucky.7 $(DESTDIR)${man7dir}
|
||||
|
||||
deinstall:
|
||||
rm -f ${prefix}/bin/chucky
|
Loading…
Reference in a new issue