From 342bb086da78036bd9a86265559c6686653abb6d Mon Sep 17 00:00:00 2001
From: Renato Botelho <garga@FreeBSD.org>
Date: Fri, 9 Dec 2005 11:19:52 +0000
Subject: - Changed doom-data/Makefile.include to be more similar to bsd.*.mk
 files,   also it doesn't override port's variables. - Change dependant ports

PR:		ports/90123
Submitted by:	maintainer
---
 games/doom-hr/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'games/doom-hr')

diff --git a/games/doom-hr/Makefile b/games/doom-hr/Makefile
index 252a46db0a5d..a9add14d77df 100644
--- a/games/doom-hr/Makefile
+++ b/games/doom-hr/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES=	ftp://ftp.planetmirror.com/pub/idgames/themes/hr/ \
 		ftp://ftp.ntua.gr/pub/vendors/idgames/themes/hr/ \
 		http://ftp.sunet.se/pub/pc/games/idgames/themes/hr/ \
 		ftp://3darchives.in-span.net/pub/idgames/themes/hr/
+PKGNAMEPREFIX=	${DMPKGNAMEPREFIX}
 DISTFILES=	${PORTNAME}${EXTRACT_SUFX}
 DIST_SUBDIR=	${PKGNAMEPREFIX}${PORTNAME}
 
@@ -20,13 +21,15 @@ MAINTAINER=	alejandro@varnet.biz
 COMMENT=	Hell Revealed is a megawad, a 32-level replacement for DooM II
 
 USE_ZIP=	yes
-EXTRACT_BEFORE_ARGS=	-aqo
+USE_CRLF=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes
 
 OPTIONS=	DEMO_NM "Install demos with -nomonsters" on \
 		DEMO_UV "Install Ultra-Violence demos" on
 
+DATADIR=	${DMDIR}/${PORTNAME}
+
 post-extract:
 	@(cd ${WRKDIR} && ${SH} ${SCRIPTDIR}/lowercase.sh)
 
-- 
cgit v1.2.3