git: a0c694d15d97 - main - Unbreak more ports after 3505159e72da2d8313ce2a8ddc527de700b5bc37
Tobias Kortkamp
tobik at FreeBSD.org
Sat May 15 09:20:42 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a0c694d15d97dfefdda209823d47440fbfa02d3a
commit a0c694d15d97dfefdda209823d47440fbfa02d3a
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-05-15 08:36:03 +0000
Commit: Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-05-15 09:20:05 +0000
Unbreak more ports after 3505159e72da2d8313ce2a8ddc527de700b5bc37
With LICENSE=${PORTNAME} and LICENSE_TEXT set the framework creates
${WRKDIR}/${PORTNAME} however WRKSRC=${WRKDIR}/${PORTNAME} too.
Rename the licenses to fix this.
---
emulators/darcnes/Makefile | 2 +-
games/linux-enemyterritory-tce/Makefile | 2 +-
net/ldapbrowser/Makefile | 2 +-
print/lgrind/Makefile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile
index 20c1f9b0c998..c2c004d87f71 100644
--- a/emulators/darcnes/Makefile
+++ b/emulators/darcnes/Makefile
@@ -12,7 +12,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Multi-system emulator
# Converted from NO_CDROM
-LICENSE= darcnes
+LICENSE= darcnes-license
LICENSE_NAME= darcnes
LICENSE_TEXT= Commercial use is restricted
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
diff --git a/games/linux-enemyterritory-tce/Makefile b/games/linux-enemyterritory-tce/Makefile
index 307d95736a32..2b28d4d3931d 100644
--- a/games/linux-enemyterritory-tce/Makefile
+++ b/games/linux-enemyterritory-tce/Makefile
@@ -13,7 +13,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Modern tactical Enemy Territory modification
# Converted from RESTRICTED
-LICENSE= tcetest
+LICENSE= tcetest-license
LICENSE_NAME= tcetest
LICENSE_TEXT= Redistribution is limited, see license
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
diff --git a/net/ldapbrowser/Makefile b/net/ldapbrowser/Makefile
index a1abaa1f594d..a8c8d6626a7b 100644
--- a/net/ldapbrowser/Makefile
+++ b/net/ldapbrowser/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ronald-lists at klop.ws
COMMENT= Java/Swing-based LDAP browser and editor
# Converted from RESTRICTED
-LICENSE= ldapbrowser
+LICENSE= ldapbrowser-license
LICENSE_NAME= ldapbrowser
LICENSE_TEXT= No reply from author regarding redistribution licensing
LICENSE_PERMS= auto-accept
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile
index f12ac9396824..aa8a3aeb2eeb 100644
--- a/print/lgrind/Makefile
+++ b/print/lgrind/Makefile
@@ -11,7 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Produce beautiful listings of source code with LaTeX
# Converted from RESTRICTED
-LICENSE= lgrind
+LICENSE= lgrind-license
LICENSE_NAME= lgrind
LICENSE_TEXT= According to the README-file there is a license issue \
because of non-free code. Check the README file within \
More information about the dev-commits-ports-all
mailing list