opnsense-ports/devel/random123/files/patch-GNUmakefile
Franco Fichtner 57ae97c49c */*: sync with upstream
Taken from: FreeBSD
2022-11-28 08:27:50 +01:00

11 lines
435 B
Text

--- GNUmakefile.orig 2022-01-17 21:45:51 UTC
+++ GNUmakefile
@@ -24,7 +24,7 @@ install: install-html install-include install-examples
# recursively copy include/Random123 to $(includedir)
install-include:
mkdir -p $(DESTDIR)$(includedir)
- cp -dr include/Random123 $(DESTDIR)$(includedir)
+ cp -r include/Random123 $(DESTDIR)$(includedir)
.PHONY: install-include
# docs/main.md is the same as README.md, but it has a @mainpage