diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-12-22 17:19:40 +0800 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-12-22 17:19:40 +0800 |
commit | 9debdeabf3c7c4298a6c3f392582d46b5ad010dd (patch) | |
tree | f1d1428cb1fa4015f081c777e076c340176ee469 /games | |
parent | 24c79d4e5ee8a1224e3c4c8c197fa2682091674f (diff) | |
download | freebsd-ports-gnome-9debdeabf3c7c4298a6c3f392582d46b5ad010dd.tar.gz freebsd-ports-gnome-9debdeabf3c7c4298a6c3f392582d46b5ad010dd.tar.zst freebsd-ports-gnome-9debdeabf3c7c4298a6c3f392582d46b5ad010dd.zip |
- Change license BSD4CLAUSE to BSD3CLAUSE
Reported by: eadler
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'games')
-rw-r--r-- | games/bluemoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/bluemoon/Makefile b/games/bluemoon/Makefile index 409d4aa5dab3..dbb2d4e20be8 100644 --- a/games/bluemoon/Makefile +++ b/games/bluemoon/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.catb.org/~esr/bluemoon/ MAINTAINER= nemysis@FreeBSD.org COMMENT= Blue Moon card solitaire -LICENSE= BSD4CLAUSE +LICENSE= BSD3CLAUSE USES= gmake ALL_TARGET= ${PORTNAME} |