summaryrefslogtreecommitdiff
path: root/games/dreamchess
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-11-04 17:26:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-11-04 17:26:59 +0000
commit2b429f298a1216985702dfcd7ff9241429280009 (patch)
tree48e951285a388e9fc4fcefbea2ad679d775a3487 /games/dreamchess
parentdevel/ghq: Update to v0.12.7 (diff)
Don't put magic strings where they are not needed.
Notes
Notes: svn path=/head/; revision=516729
Diffstat (limited to 'games/dreamchess')
-rw-r--r--games/dreamchess/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/dreamchess/Makefile b/games/dreamchess/Makefile
index e697106b6c0a..2baae8986ef7 100644
--- a/games/dreamchess/Makefile
+++ b/games/dreamchess/Makefile
@@ -13,7 +13,7 @@ LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt
LICENSE_DISTFILES_GPLv3+ = ${DISTNAME}
LICENSE_DISTFILES_BSD2CLAUSE= ${DISTNAME}
LICENSE_DISTFILES_BSD3CLAUSE= ${DISTNAME}
-LICENSE_DISTFILES_CC-BY-NC-ND-3.0= dreamchess-dreamchess-music-0.3.0_GH0.tar.gz
+LICENSE_DISTFILES_CC-BY-NC-ND-3.0= ${DISTNAME}.tar.gz
BUILD_DEPENDS= flex:textproc/flex
LIB_DEPENDS= libexpat.so:textproc/expat2