Files
bsdports/crypto/librhash/files/patch-x-Makefile
2025-08-19 13:02:56 +02:00

12 lines
450 B
Plaintext

--- ./Makefile.orig 2023-07-14 15:06:29.000000000 +0200
+++ ./Makefile 2025-08-19 12:49:39.485030000 +0200
@@ -78,7 +78,7 @@
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