summaryrefslogtreecommitdiff
path: root/games/doom-data/Makefile.include
diff options
context:
space:
mode:
Diffstat (limited to 'games/doom-data/Makefile.include')
-rw-r--r--games/doom-data/Makefile.include12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/doom-data/Makefile.include b/games/doom-data/Makefile.include
index 5a14b1879f5e..94aaa17126fa 100644
--- a/games/doom-data/Makefile.include
+++ b/games/doom-data/Makefile.include
@@ -14,15 +14,3 @@ SUB_LIST+= DMDIR="${DMDIR}"
.if ${PORTNAME} != "data"
RUN_DEPENDS+= ${DMDIR}:${PORTSDIR}/games/doom-data
.endif
-
-.if defined(USE_CRLF)
-. if defined(USE_ZIP)
-EXTRACT_BEFORE_ARGS= -aqo
-. else
-pre-patch:
- @${FIND} ${WRKDIR} -type f -print0 | \
- ${XARGS} -0 ${FILE} | ${GREP} 'CRLF' | \
- ${SED} -e "s/:.*//" | ${SED} -e 's/ /\\ /g' | \
- ${XARGS} ${REINPLACE_CMD} -i "" -e "s/`${PRINTF} '\r'`$$//"
-. endif
-.endif