Date: Thu, 6 Feb 2014 22:58:51 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343168 - head/devel/uboot-mkimage Message-ID: <201402062258.s16MwpJC072808@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Feb 6 22:58:51 2014 New Revision: 343168 URL: http://svnweb.freebsd.org/changeset/ports/343168 QAT: https://qat.redports.org/buildarchive/r343168/ Log: Support stage Modified: head/devel/uboot-mkimage/Makefile Modified: head/devel/uboot-mkimage/Makefile ============================================================================== --- head/devel/uboot-mkimage/Makefile Thu Feb 6 22:53:58 2014 (r343167) +++ head/devel/uboot-mkimage/Makefile Thu Feb 6 22:58:51 2014 (r343168) @@ -18,11 +18,10 @@ MAKEFILE= BSDmakefile PLIST_FILES= bin/mkimage -NO_STAGE= yes post-extract: ${CP} ${PATCHDIR}/BSDmakefile ${WRKSRC}/tools do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tools/mkimage ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/tools/mkimage ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402062258.s16MwpJC072808>