diff options
author | garga <garga@FreeBSD.org> | 2005-12-09 19:19:52 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-09 19:19:52 +0800 |
commit | 8a78b3ea8c5ca0911e8fd45ec82869ababab82b7 (patch) | |
tree | a8afa3eeb6b39f14422b2d1a8ca33866187cf049 /games/doom-hr | |
parent | 62fbd59a85e3275219f4fe4f80c5b23597a8d587 (diff) | |
download | freebsd-ports-gnome-8a78b3ea8c5ca0911e8fd45ec82869ababab82b7.tar.gz freebsd-ports-gnome-8a78b3ea8c5ca0911e8fd45ec82869ababab82b7.tar.zst freebsd-ports-gnome-8a78b3ea8c5ca0911e8fd45ec82869ababab82b7.zip |
- 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
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) |