svn commit: r343168 - head/devel/uboot-mkimage

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 6 22:58:52 UTC 2014


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>


More information about the svn-ports-all mailing list