aboutsummaryrefslogtreecommitdiff
path: root/games/greed/Makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2014-05-19 06:45:12 +0000
committerFrederic Culot <culot@FreeBSD.org>2014-05-19 06:45:12 +0000
commit89e34c3104755743f8c7fa5535ae61e297913044 (patch)
treee1537c4014ba7f21c6b22196bbf2a879b9353275 /games/greed/Makefile
parent8ef3bb2a64f262890aada233aada360bcf1d0acd (diff)
downloadports-89e34c3104755743f8c7fa5535ae61e297913044.tar.gz
ports-89e34c3104755743f8c7fa5535ae61e297913044.zip
- Update to 3.10
- Update LICENSE to BSD3CLAUSE Changes: http://www.catb.org/~esr/greed/NEWS
Notes
Notes: svn path=/head/; revision=354496
Diffstat (limited to 'games/greed/Makefile')
-rw-r--r--games/greed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/greed/Makefile b/games/greed/Makefile
index 34c4f5161b50..121638296222 100644
--- a/games/greed/Makefile
+++ b/games/greed/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= greed
-PORTVERSION= 3.9
+PORTVERSION= 3.10
CATEGORIES= games
MASTER_SITES= http://catb.org/~esr/greed/ CENKES
PKGNAMESUFFIX= -game
@@ -10,7 +10,7 @@ PKGNAMESUFFIX= -game
MAINTAINER= culot@FreeBSD.org
COMMENT= Text puzzle game with the aim of clearing the game field
-LICENSE= BSD
+LICENSE= BSD3CLAUSE
SCOREFILE?= /var/games/greed.hs
CFLAGS+= -DSCOREFILE=\"${SCOREFILE}\" -DNOTBSD -DRELEASE=\"${PORTVERSION}\"