mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
o All kde-icons-* ports will be marked both RESTRICTED and NO_PACKAGE
per default as of now with the following message: "It may contain iconic, visual, graphical or other elements that may not be distributed without the consent of either the trademark or the patent holder" o Any kde-icons-* port that wants to disable such restrictions has only to define WITHOUT_RESTRICTIONS within its port Makefile Reviewed by: markus, #kde-freebsd users Suggested by: lofi
This commit is contained in:
parent
791134ab56
commit
8cc46d2efd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102006
1 changed files with 8 additions and 0 deletions
|
@ -20,6 +20,14 @@ PLIST_SUB+= DIRNAME="${PORT_SHAREDIR}"
|
|||
# default installation directory
|
||||
PORT_SHAREDIR?= ${DISTNAME}
|
||||
|
||||
.ifndef(WITHOUT_RESTRICTIONS)
|
||||
RESTRICTED?= It may contain iconic, visual, graphical or other\
|
||||
elements that may not be distributed without the\
|
||||
consent of either the trademark or the patent holder
|
||||
|
||||
NO_PACKAGE?= ${RESTRICTED}
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
# correctly inherits crystal per default
|
||||
@${REINPLACE_CMD} -E \
|
||||
|
|
Loading…
Add table
Reference in a new issue