git: ce6399054905 - main - security/f-prot: Unbreak after e3847f7b2db96e8de279767e427f3c66c0743982
Tobias Kortkamp
tobik at FreeBSD.org
Sat May 8 10:55:00 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ce639905490589d566893279b3ec45c92d22f8f8
commit ce639905490589d566893279b3ec45c92d22f8f8
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-05-08 08:39:15 +0000
Commit: Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-05-08 10:40:35 +0000
security/f-prot: Unbreak after e3847f7b2db96e8de279767e427f3c66c0743982
With LICENSE=f-prot and LICENSE_TEXT set the framework creates
${WRKDIR}/f-prot however WRKSRC=${WRKDIR}/f-prot too. Rename the
license to fix this.
/bin/sh: cannot create /wrkdirs/usr/ports/security/f-prot/work/f-prot: Is a directory
---
security/f-prot/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/f-prot/Makefile b/security/f-prot/Makefile
index aef56a8b4ab5..666329a1d2c5 100644
--- a/security/f-prot/Makefile
+++ b/security/f-prot/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= tdb at FreeBSD.org
COMMENT= F-Prot Antivirus for BSD Workstations
# Converted from RESTRICTED
-LICENSE= f-prot
+LICENSE= f-prot-license
LICENSE_NAME= f-prot
LICENSE_TEXT= Free for personal users on personal workstations only
LICENSE_PERMS= auto-accept
More information about the dev-commits-ports-all
mailing list