diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2012-09-06 23:36:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2012-09-06 23:36:20 +0800 |
commit | 3edeb07631fcd37acaee5e549504536ee799e69f (patch) | |
tree | b4da671c10d5771dce5de41f0adb831955295aa2 /games | |
parent | 18dc1ca918d05037cf6d9fbf618902e180db1a23 (diff) | |
download | freebsd-ports-gnome-3edeb07631fcd37acaee5e549504536ee799e69f.tar.gz freebsd-ports-gnome-3edeb07631fcd37acaee5e549504536ee799e69f.tar.zst freebsd-ports-gnome-3edeb07631fcd37acaee5e549504536ee799e69f.zip |
- Fix path to license file
Submitted by: "Sergey V. Dyatko" <sergey.dyatko@gmail.com> (via private email)
Diffstat (limited to 'games')
-rw-r--r-- | games/redeclipse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/redeclipse/Makefile b/games/redeclipse/Makefile index e1a2ae311ec2..8234c154d3d5 100644 --- a/games/redeclipse/Makefile +++ b/games/redeclipse/Makefile @@ -17,7 +17,7 @@ COMMENT= A single-player and multi-player first-person ego-shooter LICENSE_COMB= multi LICENSE= MIT ZLIB LICENSE_NAME_ZLIB= zlib license -LICENSE_FILE_ZLIB= ${WRKSRC}/license.txt +LICENSE_FILE_ZLIB= ${WRKSRC}/doc/license.txt LICENSE_PERMS_ZLIB= ${_LICENSE_PERMS_DEFAULT} LICENSE_GROUPS_ZLIB= FSF GPL OSI |