Date: Sun, 1 Sep 2013 20:23:21 GMT From: Jan Beich <jbeich@tormail.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/181731: [patch] games/atris: unbreak with bmake Message-ID: <201309012023.r81KNLgi051842@oldred.freebsd.org> Resent-Message-ID: <201309012030.r81KU1tC020667@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 181731 >Category: ports >Synopsis: [patch] games/atris: unbreak with bmake >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 01 20:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: bmake is default make since base@r250699 >Description: http://pb2.nyi.freebsd.org/bulk/nogcc-default/2013-08-30_22h26m46s/logs/errors/atris-1.0.7_5.log >How-To-Repeat: >Fix: --- make.diff begins here --- Index: games/atris/Makefile =================================================================== --- games/atris/Makefile (revision 325711) +++ games/atris/Makefile (working copy) @@ -24,6 +24,10 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AU AUTOHEADER="${TRUE}" post-patch: +# Fix install target to use gmake + ${REINPLACE_CMD} -e '/^install:/,/^$$/s/make/$$(MAKE)/' \ + ${WRKSRC}/Makefile.in + # Fix path to ${DATADIR} ${REINPLACE_CMD} -e 's|\(GAME_INSTALLDIR=\).*|\1"${DATADIR}"|' \ ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT} --- make.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309012023.r81KNLgi051842>