aboutsummaryrefslogtreecommitdiff
path: root/games/cataclysm-dda
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-18 12:08:49 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-18 12:08:49 +0000
commitb6bd7d4e36c8e8457f3a8d5eb50e3a72c47c2871 (patch)
treed608e5d77abd66743543dd5bc5c0ec6687287385 /games/cataclysm-dda
parent15b0669a9d00959f4b99ffbff5321b7a4f1d2cfd (diff)
downloadports-b6bd7d4e36c8e8457f3a8d5eb50e3a72c47c2871.tar.gz
ports-b6bd7d4e36c8e8457f3a8d5eb50e3a72c47c2871.zip
- Silence patching
Notes
Notes: svn path=/head/; revision=403960
Diffstat (limited to 'games/cataclysm-dda')
-rw-r--r--games/cataclysm-dda/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/cataclysm-dda/Makefile b/games/cataclysm-dda/Makefile
index 48813719f881..ccd6b9ee78cb 100644
--- a/games/cataclysm-dda/Makefile
+++ b/games/cataclysm-dda/Makefile
@@ -72,7 +72,7 @@ IGNORE= Sound is not supported with ncurses UI.
.endif
post-patch:
- ${REINPLACE_CMD} -e '/^ *CXX *=/d ; /^ *LD *=/s/g++/$$(CXX)/ ; \
+ @${REINPLACE_CMD} -e '/^ *CXX *=/d ; /^ *LD *=/s/g++/$$(CXX)/ ; \
/^ *CXXFLAGS *+*=/s/-O[s0-3]//; /^ *LOCALIZE *=/d ; \
s/\(-lncurses\)\(w*\)/\1\2 -ltinfo\2/ ; \
s/=$$(PREFIX)\//=$$(DESTDIR)$$(PREFIX)\// ; \
@@ -80,17 +80,17 @@ post-patch:
/cp -R/s/--no-preserve=ownership// ; \
/^ *LUA_BINARY *=/s/lua/${LUA_CMD}/' ${WRKSRC}/Makefile
.if ! ${PORT_OPTIONS:MNLS}
- ${REINPLACE_CMD} -e '/LOCALE_DIR/s/^/#/' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e '/LOCALE_DIR/s/^/#/' ${WRKSRC}/Makefile
.endif
.if ${PORT_OPTIONS:MNCURSES} && ${NCURSESBASE} == /usr
- ${REINPLACE_CMD} -e 's/$$(shell ncursesw5-config --libs)/-lncursesw/ ; \
+ @${REINPLACE_CMD} -e 's/$$(shell ncursesw5-config --libs)/-lncursesw/ ; \
/$$(shell ncursesw5-config --cflags)/d' ${WRKSRC}/Makefile
.endif
.if ${PORT_OPTIONS:MSDL}
- ${REINPLACE_CMD} -e '/"file":/s|gfx|${DATADIR}/&|' \
+ @${REINPLACE_CMD} -e '/"file":/s|gfx|${DATADIR}/&|' \
${WRKSRC}/gfx/*/tile_config.json
# replace bundled windows version of terminus font with X-compatible one
- ${CAT} `cd ${PORTSDIR}/x11-fonts/terminus-font; make -V WRKSRC`/ter-u14n.bdf \
+ @${CAT} `cd ${PORTSDIR}/x11-fonts/terminus-font; make -V WRKSRC`/ter-u14n.bdf \
| bdftopcf | ${GZIP_CMD} > ${WRKSRC}/data/font/terminus.fon
.endif