diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-26 20:00:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-26 20:00:59 +0000 |
commit | 19d8d8a03ab772882be97231b29aeece9a79f5f2 (patch) | |
tree | 31bc5917920e3c277b8379f6a85ee801a427be01 | |
parent | Fix malformed MOVED entry (diff) |
- Add LICENSE_FILE
Notes
Notes:
svn path=/head/; revision=398008
-rw-r--r-- | games/sgt-puzzles/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/sgt-puzzles/Makefile b/games/sgt-puzzles/Makefile index 2b4c25a7a379..857d5a1ef2d4 100644 --- a/games/sgt-puzzles/Makefile +++ b/games/sgt-puzzles/Makefile @@ -12,6 +12,7 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Simon Tatham's Portable Puzzle Collection LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENCE GNU_CONFIGURE= yes USES= pkgconfig |