diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-09 11:19:52 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-09 11:19:52 +0000 |
commit | 342bb086da78036bd9a86265559c6686653abb6d (patch) | |
tree | 42969c4c5e71d3a78b6ff4061678ba2ec71a99d0 /games/doom-hr | |
parent | 97f3c7b77643bc11665d46eed785facbb344b036 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=150716
Diffstat (limited to 'games/doom-hr')
-rw-r--r-- | games/doom-hr/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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) |