Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2011 13:30:17 GMT
From:      =?UTF-8?B?0JzQvtC80YfQuNC7INCY0LLQsNC90L7Qsg==?= <momchil@xaxo.eu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/159168: Update port german/tipp10 to current program version
Message-ID:  <201107251330.p6PDUH2U083258@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/159168; it has been noted by GNATS.

From: =?UTF-8?B?0JzQvtC80YfQuNC7INCY0LLQsNC90L7Qsg==?= <momchil@xaxo.eu>
To: bug-followup@FreeBSD.org
Cc: Momchil Ivanov <momchil@xaxo.eu>
Subject: Re: ports/159168: Update port german/tipp10 to current program version
Date: Mon, 25 Jul 2011 15:06:39 +0200

 The for loop in Makefile:29 can be shortened to:
 
 	&& for i in `grep -lR 'QCoreApplication::applicationDirPath()' *`; do ${REINPLACE_CMD} -e 's/QCoreApplication::applicationDirPath()/QString(DATADIR)/g' $$i ; done
 
 using the -l flag from grep and removing the extra invocation of sed and awk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107251330.p6PDUH2U083258>