diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-04-17 19:49:11 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-04-17 19:49:11 +0000 |
commit | 875d050008c44793a5d50056175bdf0246fd1dc5 (patch) | |
tree | 48ac01e4ecfbf281a7451dbb0f0ba0f06b80123e /games/doom-freedoom | |
parent | a3b0bce535c7913ce03c25aa9f3bdf193e97f6c6 (diff) | |
download | ports-875d050008c44793a5d50056175bdf0246fd1dc5.tar.gz ports-875d050008c44793a5d50056175bdf0246fd1dc5.zip |
Notes
Diffstat (limited to 'games/doom-freedoom')
-rw-r--r-- | games/doom-freedoom/Makefile | 6 | ||||
-rw-r--r-- | games/doom-freedoom/distinfo | 6 | ||||
-rw-r--r-- | games/doom-freedoom/pkg-descr | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/games/doom-freedoom/Makefile b/games/doom-freedoom/Makefile index 64bc1694273f..c8e773814cd3 100644 --- a/games/doom-freedoom/Makefile +++ b/games/doom-freedoom/Makefile @@ -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" diff --git a/games/doom-freedoom/distinfo b/games/doom-freedoom/distinfo index 8fe1805293bd..5bd7498bbae3 100644 --- a/games/doom-freedoom/distinfo +++ b/games/doom-freedoom/distinfo @@ -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 diff --git a/games/doom-freedoom/pkg-descr b/games/doom-freedoom/pkg-descr index c4263c00bef4..cf552cd40ac4 100644 --- a/games/doom-freedoom/pkg-descr +++ b/games/doom-freedoom/pkg-descr @@ -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/ |