From cb075db41c57ce542f7e617f7d89bb51a2c69399 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 21 Oct 2016 13:13:27 +0000 Subject: Some more clever usage of printf \r. The games/prboom-plus bits were not used anywhere. Sponsored by: Absolight --- games/prboom-plus/Makefile.include | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'games/prboom-plus') 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 -- cgit v1.2.3