aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/doom-freedoom/Makefile6
-rw-r--r--games/doom-freedoom/distinfo6
-rw-r--r--games/doom-freedoom/pkg-descr2
3 files changed, 7 insertions, 7 deletions
diff --git a/games/doom-freedoom/Makefile b/games/doom-freedoom/Makefile
index 64bc1694273..c8e773814cd 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 8fe1805293b..5bd7498bbae 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 c4263c00bef..cf552cd40ac 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/