Skip to content
Snippets Groups Projects
Commit 4b57abb4 authored by Danilo G. Baio's avatar Danilo G. Baio
Browse files

games/punchy: Fix LICENSE_DISTFILES

This port, like many other Rust ports, brings numerous dependencies to
the distinfo, and by default, LICENSE_DISTFILES applies to all of them.
However, due to license permission constraints, it was removing about
800 distfiles with `make clean-restricted`, which are also used by many
other ports. With this change, the license constraint will apply only to
the port itself.

Approved by:	portmgr (blanket)
parent c4d18c1c
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ WWW= https://fishfolk.org/games/punchy/
LICENSE= CC-BY-NC-4.0 MIT
LICENSE_COMB= multi
LICENSE_DISTFILES_CC-BY-NC-4.0= ${DISTNAME}${EXTRACT_SUFX}
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libudev.so:devel/libudev-devd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment