Date: Sat, 8 May 2021 10:55:00 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ce6399054905 - main - security/f-prot: Unbreak after e3847f7b2db96e8de279767e427f3c66c0743982 Message-ID: <202105081055.148At0Jp081514@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce639905490589d566893279b3ec45c92d22f8f8 commit ce639905490589d566893279b3ec45c92d22f8f8 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-05-08 08:39:15 +0000 Commit: Tobias Kortkamp <tobik@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105081055.148At0Jp081514>