ports/sysutils/cpdup-FreeBSD/files/patch-Makefile.bsd
Guido Falsi 0d316fecca sysutils/cpdup-FreeBSD: Add FreeBSD fork of cpdup
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)
2025-02-25 22:58:58 +01:00

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>