git: 85e4513a6acd - main - editors/edith: Unbreak after e3847f7b2db96e8de279767e427f3c66c0743982
Tobias Kortkamp
tobik at FreeBSD.org
Sat May 8 10:54:59 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=85e4513a6acd5f3345c0094a59da50e83336e535
commit 85e4513a6acd5f3345c0094a59da50e83336e535
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-05-08 08:36:55 +0000
Commit: Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-05-08 10:40:31 +0000
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 at 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
More information about the dev-commits-ports-all
mailing list