mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
x11-themes/kde-icons-nuovext2: Unbreak build after 3505159e72
===> License not correctly defined: defining both LICENSE_FILE and LICENSE_TEXT is not allowed
This commit is contained in:
parent
a0c694d15d
commit
9367fd9f70
@ -9,12 +9,20 @@ COMMENT?= KDE iconset theme
|
||||
|
||||
.ifndef(WITHOUT_RESTRICTIONS)
|
||||
# Converted from RESTRICTED
|
||||
LICENSE_NAME_theme= theme
|
||||
LICENSE_TEXT_theme= may contain iconic, visual, graphical or other\
|
||||
elements that may not be distributed without the\
|
||||
consent of either the trademark or the patent holder
|
||||
LICENSE_PERMS_theme= auto-accept
|
||||
.if defined(LICENSE)
|
||||
LICENSE+= theme
|
||||
LICENSE_COMB= multi
|
||||
.else
|
||||
LICENSE= theme
|
||||
LICENSE_NAME= theme
|
||||
LICENSE_TEXT?= may contain iconic, visual, graphical or other\
|
||||
elements that may not be distributed without the\
|
||||
consent of either the trademark or the patent holder
|
||||
LICENSE_PERMS= auto-accept
|
||||
LICENSE_NAME= ${LICENSE_NAME_theme}
|
||||
LICENSE_TEXT= ${LICENSE_TEXT_theme}
|
||||
LICENSE_PERMS= ${LICENSE_PERMS_theme}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
NO_BUILD= yes
|
||||
|
@ -9,7 +9,7 @@ MAINTAINER= portmaster@BSDforge.com
|
||||
COMMENT= KDE nuoveXT 2 iconset
|
||||
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING
|
||||
|
||||
USES= tar:xz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user