Files
bsdports/crypto/librhash/files/patch-Makefile
2022-09-12 09:18:46 +02:00

12 lines
411 B
Plaintext

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