- Update to version 0.4.1.

- Remove '@' from installation commands.
- Add final stop to pkg-descr.

Approved by:	garga (mentor)
This commit is contained in:
Alejandro Pulver 2006-04-17 19:49:11 +00:00
parent a3b0bce535
commit 875d050008
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159827
3 changed files with 7 additions and 7 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= freedoom
PORTVERSION= 0.4
PORTVERSION= 0.4.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -25,8 +25,8 @@ PLIST_FILES= %%DATADIR%%/doom2.wad
PLIST_DIRS= %%DATADIR%%
do-install:
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/doom2.wad ${DATADIR}
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/doom2.wad ${DATADIR}
.include "${.CURDIR}/../doom-data/Makefile.include"

View File

@ -1,3 +1,3 @@
MD5 (freedoom-iwad-0.4.zip) = 203cf6a277333480eae15cb057fcf4cc
SHA256 (freedoom-iwad-0.4.zip) = 2a0d507884266a99cd1f3be3c7bcb01ee13b352a9a252e3a4095dd0779bfaa33
SIZE (freedoom-iwad-0.4.zip) = 6808304
MD5 (freedoom-iwad-0.4.1.zip) = ff53600885f09d0335bbdcd574df30c3
SHA256 (freedoom-iwad-0.4.1.zip) = 7cb3210d7b1e47d9c39fe782ab62300e0f59396f10ea258c4ba909f72bd19e97
SIZE (freedoom-iwad-0.4.1.zip) = 6855237

View File

@ -6,6 +6,6 @@ The IWAD file is the file used by Doom which contains all the game data
you currently still need one of the proprietary IWAD files from id in order to
play Doom. Freedoom aims to create a Free alternative. Combined with the
GPL-licensed Doom source code this will result in a complete Free Doom-based
game
game.
WWW: http://freedoom.sf.net/