diff options
-rw-r--r-- | x11-themes/kde-icons-noia/Makefile.icons | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-noia/Makefile.icons index 162b90ea737d..659a8f830ac3 100644 --- a/x11-themes/kde-icons-noia/Makefile.icons +++ b/x11-themes/kde-icons-noia/Makefile.icons @@ -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 \ |