diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 13:13:27 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 13:13:27 +0000 |
commit | cb075db41c57ce542f7e617f7d89bb51a2c69399 (patch) | |
tree | 270228bdf944b5fc9347da4cf1c2ee4fac563439 /games/prboom-plus | |
parent | 03bd01df0610b35a4b34ab19ac89d756380b80d8 (diff) |
Notes
Diffstat (limited to 'games/prboom-plus')
-rw-r--r-- | games/prboom-plus/Makefile.include | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/prboom-plus/Makefile.include b/games/prboom-plus/Makefile.include index 79e888cfc9a4..af2935d30d7a 100644 --- a/games/prboom-plus/Makefile.include +++ b/games/prboom-plus/Makefile.include @@ -10,15 +10,3 @@ DMDIR?= ${LOCALBASE}/share/doom MAKE_ENV+= DMDIR="${DMDIR}" PLIST_SUB+= DMDIR="${DMDIR:S/${LOCALBASE}\///}" SUB_LIST+= DMDIR="${DMDIR}" - -.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 |