diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2014-09-01 12:47:59 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2014-09-01 12:47:59 +0000 |
commit | 0b3781da0a2cec6ec5fd3cefe5b7f3c53370daea (patch) | |
tree | 167af9a94b6b6e54d54f959eb926b7da98c4f126 /games | |
parent | 75f672046442288f01774361372b34631c341604 (diff) | |
download | freebsd-ports-0b3781da0a2cec6ec5fd3cefe5b7f3c53370daea.zip |
- Fix plist
PR: 193203
Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/stonesoup/Makefile | 1 | ||||
-rw-r--r-- | games/stonesoup/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index 8587e2184408..56e7bf435290 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -3,6 +3,7 @@ PORTNAME= stonesoup PORTVERSION= 0.15.0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/crawl-ref/Stone%20Soup/${PORTVERSION} DISTNAME= stone_soup-${PORTVERSION}-nodeps diff --git a/games/stonesoup/pkg-plist b/games/stonesoup/pkg-plist index eec394138bfa..f0ad9aa9643f 100644 --- a/games/stonesoup/pkg-plist +++ b/games/stonesoup/pkg-plist @@ -552,7 +552,7 @@ bin/stonesoup %%DATADIR%%/docs/keybind.txt %%DATADIR%%/docs/license/cc0.txt %%DATADIR%%/docs/license/lgpl.txt -%%DATADIR%%/docs/license/%%LUA_LIBDIR%%png-LICENSE.txt +%%DATADIR%%/docs/license/libpng-LICENSE.txt %%DATADIR%%/docs/license/lualicense.txt %%DATADIR%%/docs/license/pcre_license.txt %%DATADIR%%/docs/license/worley.txt |