mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add missing patches.
This commit is contained in:
parent
15da944f5f
commit
449df71ff5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359443
1 changed files with 13 additions and 0 deletions
13
sysutils/jkill/files/patch-Makefile
Normal file
13
sysutils/jkill/files/patch-Makefile
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
--- Makefile.orig 2014-06-27 11:30:05.064430590 +0800
|
||||||
|
+++ Makefile 2014-06-27 11:30:18.895417404 +0800
|
||||||
|
@@ -40,8 +40,8 @@ clean:
|
||||||
|
${RM} -rf ${TARGETS}
|
||||||
|
|
||||||
|
install: all
|
||||||
|
- ${INSTALL_BIN} ${PKG} ${PFX}/bin
|
||||||
|
- ${INSTALL_MAN} ${PKG}.${MAN_SFX}.gz ${PFX}/${MAN_DIR}
|
||||||
|
+ ${INSTALL_BIN} ${PKG} $(DESTDIR)${PFX}/bin
|
||||||
|
+ ${INSTALL_MAN} ${PKG}.${MAN_SFX}.gz $(DESTDIR)${PFX}/${MAN_DIR}
|
||||||
|
|
||||||
|
deinstall:
|
||||||
|
${RM} -f ${PFX}/bin/${PKG}
|
Loading…
Add table
Reference in a new issue