From 8f5196fd57dd5a030369001df8f190f93a6dc388 Mon Sep 17 00:00:00 2001 From: Guido Falsi Date: Wed, 26 Feb 2025 08:59:17 +0100 Subject: [PATCH] sysutils/cpdup-FreeBSD: Fix staging with non root user - Add USES=uidfix Reported by: cy --- sysutils/cpdup-FreeBSD/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/cpdup-FreeBSD/Makefile b/sysutils/cpdup-FreeBSD/Makefile index e98c449cd03a..fda8f6b564cf 100644 --- a/sysutils/cpdup-FreeBSD/Makefile +++ b/sysutils/cpdup-FreeBSD/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/freebsd/cpdup LICENSE= BSD3CLAUSE -USES= ssl tar:xz +USES= ssl tar:xz uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd MAKEFILE= Makefile.bsd