aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2024-05-26 19:44:24 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2024-05-26 19:45:26 +0000
commit4b57abb4de44e9626f31023786d0e1057715618c (patch)
tree761120352a0a97012df7a189ff2e7210b31c6680
parentc4d18c1c19459befc1bff5b31a0b57fb92eaac68 (diff)
downloadports-4b57abb4de44e9626f31023786d0e1057715618c.tar.gz
ports-4b57abb4de44e9626f31023786d0e1057715618c.zip
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)
-rw-r--r--games/punchy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/punchy/Makefile b/games/punchy/Makefile
index 07a9a2253398..25e674738ea7 100644
--- a/games/punchy/Makefile
+++ b/games/punchy/Makefile
@@ -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