diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-04-27 00:17:10 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-04-27 00:17:10 +0000 |
commit | eaa9d02f705b39550579a77801bb976fc237b0f4 (patch) | |
tree | de4079f209e9857e9de38a775b4f792638d701de /games/glest | |
parent | f4af5a068322d3fb3c48396ccb217a53c46b7cbf (diff) |
Notes
Diffstat (limited to 'games/glest')
-rw-r--r-- | games/glest/Makefile | 4 | ||||
-rw-r--r-- | games/glest/distinfo | 6 | ||||
-rw-r--r-- | games/glest/pkg-plist | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index bd471788786f..0e34697f3712 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -6,7 +6,7 @@ # PORTNAME= glest -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -77,7 +77,7 @@ do-build: do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/license.txt ${DOCSDIR}/license-game.txt + ${INSTALL_DATA} ${WRKSRC}/docs/code_license.txt ${DOCSDIR}/code_license.txt .endif @${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/glest ${DATADIR} diff --git a/games/glest/distinfo b/games/glest/distinfo index 7aa962b71a94..cf2ad7c5436e 100644 --- a/games/glest/distinfo +++ b/games/glest/distinfo @@ -1,3 +1,3 @@ -MD5 (glest/glest_source_3.2.1.zip) = 1803335a1c30aca5c73680199a9daf8b -SHA256 (glest/glest_source_3.2.1.zip) = 4a2a5aed05f2dbebd43b0fb46f5c200bd2cca359aafe8ca2d72aef792e9ee270 -SIZE (glest/glest_source_3.2.1.zip) = 574433 +MD5 (glest/glest_source_3.2.2.zip) = 1e961f49c1fb0e59e1e1483d66099a55 +SHA256 (glest/glest_source_3.2.2.zip) = 9ab239165f1af265f287cf36fa941df29beffcdf7b939dd9956cb7bd2308e154 +SIZE (glest/glest_source_3.2.2.zip) = 582357 diff --git a/games/glest/pkg-plist b/games/glest/pkg-plist index 1219a76aaad8..0e5db7abed53 100644 --- a/games/glest/pkg-plist +++ b/games/glest/pkg-plist @@ -2,6 +2,6 @@ bin/glest %%EDITOR%%bin/glest_editor %%DATADIR%%/glest %%DATADIR%%/glest.ini -%%PORTDOCS%%%%DOCSDIR%%/license-game.txt +%%PORTDOCS%%%%DOCSDIR%%/code_license.txt %%PORTDOCS%%@dirrmtry %%DOCSDIR%% @dirrmtry %%DATADIR%% |