ports/devel/radare2/files/extra-patch-Makefile
Steve Wills a52023e4c9 devel/radare2: keep KF_TYPE_CRYPTO where possible [1]
While here, clean up a bit

PR:		253923 [1]
Submitted by:	Michael Zhilin <mizhka@gmail.com> [1]
2021-03-13 05:51:26 +00:00

11 lines
420 B
Text

--- Makefile.orig 2021-03-13 00:32:05.881126000 -0500
+++ Makefile 2021-03-13 00:32:11.591943000 -0500
@@ -212,7 +212,7 @@
for FILE in $(shell cd doc ; ls) ; do \
ln -fs "$(PWD)/doc/$$FILE" "${DESTDIR}${DOCDIR}" ; done
-install: install-doc install-man install-www install-pkgconfig
+install: install-man install-www install-pkgconfig
$(MAKE) -C libr install
$(MAKE) -C binr install
$(MAKE) -C shlr install