packages/utils/bsdiff/patches/001-makefile.patch

12 lines
276 B
Diff
Raw Normal View History

diff --git a/Makefile b/Makefile
index a522607..7da4463 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,3 @@ bspatch: bspatch.c
install:
${INSTALL_PROGRAM} bsdiff bspatch ${PREFIX}/bin
-.ifndef WITHOUT_MAN
- ${INSTALL_MAN} bsdiff.1 bspatch.1 ${PREFIX}/man/man1
-.endif