diff options
author | dbn <dbn@FreeBSD.org> | 2013-12-19 23:27:54 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2013-12-19 23:27:54 +0800 |
commit | 97d459cdc1ce25a2a8c69cb057f56ec7546bb973 (patch) | |
tree | e6783540ee922d15a99c20f0c3c79cbf9ccba9e8 /games | |
parent | e10489440dc5ed3bbaaae3514b27a228eeed2d4a (diff) | |
download | freebsd-ports-graphics-97d459cdc1ce25a2a8c69cb057f56ec7546bb973.tar.gz freebsd-ports-graphics-97d459cdc1ce25a2a8c69cb057f56ec7546bb973.tar.zst freebsd-ports-graphics-97d459cdc1ce25a2a8c69cb057f56ec7546bb973.zip |
Add LICENSE (GPLv2) to games/knights-kde4 and bump PORTREVISION.
- PORTREVISION is bumped as some may reject the license.
Diffstat (limited to 'games')
-rw-r--r-- | games/knights-kde4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/knights-kde4/Makefile b/games/knights-kde4/Makefile index 524b72b4227..bd941254888 100644 --- a/games/knights-kde4/Makefile +++ b/games/knights-kde4/Makefile @@ -3,7 +3,7 @@ PORTNAME= knights PORTVERSION= 2.5.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games kde MASTER_SITES= http://dl.dropbox.com/u/2888238/Knights/ @@ -12,6 +12,8 @@ COMMENT= KDE4 chess interface RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess +LICENSE= GPLv2 + FETCH_ARGS?= -Fpr USE_BZIP2= yes USES= cmake:outsource |