Add missing patches.

This commit is contained in:
Vanilla I. Shu 2014-06-27 03:34:45 +00:00
parent 15da944f5f
commit 449df71ff5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359443

View 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}