Add a fork of cpdup, including patches to support copy_file_range(2) and allowing to choose checksum algorithm. Thanks to mm for providing the required patches to the fork. Assign port to cpdup maintainer Approved by: Gianmarco Giovannelli <gmarco@giovannelli.it> (maintainer)
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
--- Makefile.bsd.orig 2023-11-30 11:20:48 UTC
|
|
+++ Makefile.bsd
|
|
@@ -11,7 +11,7 @@ BINDIR?= ${PREFIX}/bin
|
|
CFLAGS+= -D_ST_FLAGS_PRESENT_
|
|
PREFIX?= /usr/local
|
|
BINDIR?= ${PREFIX}/bin
|
|
-MANDIR?= ${PREFIX}/man/man
|
|
+MANDIR?= ${PREFIX}/share/man/man
|
|
|
|
.include <bsd.prog.mk>
|
|
|