diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 06:35:05 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-05-12 06:35:05 +0000 |
commit | 459303bbf89ffb7d06079da088a4cc1b4961fb93 (patch) | |
tree | 53f9365d230def53724ebf876a9ebfcf5a9a5b69 /games/doom-data | |
parent | a4336b798b285774b3b1fb7fdc8d492b389543c5 (diff) | |
download | ports-459303bbf89ffb7d06079da088a4cc1b4961fb93.tar.gz ports-459303bbf89ffb7d06079da088a4cc1b4961fb93.zip |
Notes
Diffstat (limited to 'games/doom-data')
-rw-r--r-- | games/doom-data/Makefile.include | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/games/doom-data/Makefile.include b/games/doom-data/Makefile.include index 7f794ede029e..6c262202ab38 100644 --- a/games/doom-data/Makefile.include +++ b/games/doom-data/Makefile.include @@ -1,25 +1,16 @@ -# Makefile for defining variables used by other Doom related ports -# $FreeBSD$ +# Makefile for defining variables used by other Doom related ports. -# Set variables - -DMPKGNAMEPREFIX?=doom- +DMPKGNAMEPREFIX?= doom- DMDIR?= ${LOCALBASE}/share/doom -# Add them to the environment - MAKE_ENV+= DMDIR="${DMDIR}" PLIST_SUB+= DMDIR="${DMDIR:S/${LOCALBASE}\///}" SUB_LIST+= DMDIR="${DMDIR}" -# Add the dependency - .if ${PORTNAME} != "data" RUN_DEPENDS+= ${DMDIR}:${PORTSDIR}/games/doom-data .endif -# DOS to Unix text conversion - .if defined(USE_CRLF) . if defined(USE_ZIP) EXTRACT_BEFORE_ARGS= -aqo |