svn commit: r340995 - head/devel/commit-patch

Mathieu Arnold mat at FreeBSD.org
Sat Jan 25 09:40:17 UTC 2014


Hi,

+--On 25 janvier 2014 08:40:30 +0000 Alex Kozlov <ak at FreeBSD.org> wrote:
| +MAKE_ARGS=	BASEDIR="${STAGEDIR}"
| -			-e 's/PREFIX=/PREFIX?=/' ${WRKSRC}/Makefile
| +			-e 's/PREFIX=/PREFIX?=/' \
| +			-e 's/$$(PREFIX)/$$(BASEDIR)$$(PREFIX)/' \
| +			${WRKSRC}/Makefile

There already is a DESTDIR in MAKE_ARGS, it would be better to use it.

Regards,

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list