ports/security/rhash/files/patch-Makefile
Alexey Dokuchaev a22af55638 Update to version 1.4.0, this allows to drop some patches, including
a couple from Gentoo which are no longer fetchable.

PR:	251010
2020-11-11 04:49:20 +00:00

11 lines
411 B
Text

--- Makefile.orig 2019-12-14 16:52:11 UTC
+++ Makefile
@@ -80,7 +80,7 @@ install-man:
install-conf:
$(INSTALL) -d $(SYSCONFDIR)
- tr -d \\r < dist/rhashrc.sample > rc.tmp && $(INSTALL_DATA) rc.tmp $(SYSCONFDIR)/rhashrc
+ tr -d \\r < dist/rhashrc.sample > rc.tmp && $(INSTALL_DATA) rc.tmp $(SYSCONFDIR)/rhashrc.sample
rm -f rc.tmp
# dependencies should be properly set, otherwise 'make -j<n>' can fail