aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2024-05-26 12:36:45 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2024-05-26 12:40:19 +0000
commit75d2c78558aae11c767ace3f1744a946e51ffd75 (patch)
tree3df575b7d9d2e17a05c1b7e8cff37667435e5ab3
parent9e9e06725ba1e9475da8f6e02ae81b32044dee88 (diff)
downloadports-75d2c78558aae11c767ace3f1744a946e51ffd75.tar.gz
ports-75d2c78558aae11c767ace3f1744a946e51ffd75.zip
games/jumpy: 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) Suggested by: mat
-rw-r--r--games/jumpy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/jumpy/Makefile b/games/jumpy/Makefile
index 52326cd6aead..5f48faa986e5 100644
--- a/games/jumpy/Makefile
+++ b/games/jumpy/Makefile
@@ -10,6 +10,7 @@ WWW= https://fishfolk.org/games/jumpy/
LICENSE= CC-BY-NC-4.0 MIT
LICENSE_COMB= multi
LICENSE_FILE_MIT= ${WRKSRC}/licenses/LICENSE-MIT
+LICENSE_DISTFILES_CC-BY-NC-4.0= ${DISTNAME}${EXTRACT_SUFX}
LIB_DEPENDS= libasound.so:audio/alsa-lib \
libudev.so:devel/libudev-devd