From 85e4513a6acd5f3345c0094a59da50e83336e535 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sat, 8 May 2021 10:36:55 +0200 Subject: [PATCH] editors/edith: Unbreak after e3847f7b2db96e8de279767e427f3c66c0743982 With LICENSE=edith and LICENSE_TEXT set the framework creates ${WRKDIR}/edith however WRKSRC=${WRKDIR}/edith too. Rename the license to fix this. /bin/sh: cannot create /wrkdirs/usr/ports/editors/edith/work/edith: Is a directory --- editors/edith/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 2e1eb71d1e79..4c1cdf3005b1 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X11 GUI editor for binary and plain text files # Converted from RESTRICTED -LICENSE= edith +LICENSE= edithlicense LICENSE_NAME= edith LICENSE_TEXT= Redistribution not allowed LICENSE_PERMS= auto-accept