aboutsummaryrefslogtreecommitdiffstats
path: root/games/doom-freedoom
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-04-18 03:49:11 +0800
committeralepulver <alepulver@FreeBSD.org>2006-04-18 03:49:11 +0800
commit8cf7f00886b9b1389145f4dc5cc99b4a04e7c965 (patch)
tree3fc5cb21b8887875c4e7b2b1ee640d77eabe6691 /games/doom-freedoom
parentaf187c06f6711dba00f19cd440885927e01826b2 (diff)
downloadfreebsd-ports-gnome-8cf7f00886b9b1389145f4dc5cc99b4a04e7c965.tar.gz
freebsd-ports-gnome-8cf7f00886b9b1389145f4dc5cc99b4a04e7c965.tar.zst
freebsd-ports-gnome-8cf7f00886b9b1389145f4dc5cc99b4a04e7c965.zip
- Update to version 0.4.1.
- Remove '@' from installation commands. - Add final stop to pkg-descr. Approved by: garga (mentor)
Diffstat (limited to 'games/doom-freedoom')
-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 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/