mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
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)
11 lines
270 B
Text
11 lines
270 B
Text
--- 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>
|
|
|