From 8cf7f00886b9b1389145f4dc5cc99b4a04e7c965 Mon Sep 17 00:00:00 2001 From: alepulver Date: Mon, 17 Apr 2006 19:49:11 +0000 Subject: - Update to version 0.4.1. - Remove '@' from installation commands. - Add final stop to pkg-descr. Approved by: garga (mentor) --- games/doom-freedoom/Makefile | 6 +++--- games/doom-freedoom/distinfo | 6 +++--- games/doom-freedoom/pkg-descr | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'games/doom-freedoom') 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/ -- cgit