svn commit: r346342 - head/devel/lpc21isp

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 14:14:52 UTC 2014


Author: ehaupt
Date: Thu Feb 27 14:14:51 2014
New Revision: 346342
URL: http://svnweb.freebsd.org/changeset/ports/346342
QAT: https://qat.redports.org/buildarchive/r346342/

Log:
  Support staging

Modified:
  head/devel/lpc21isp/Makefile

Modified: head/devel/lpc21isp/Makefile
==============================================================================
--- head/devel/lpc21isp/Makefile	Thu Feb 27 14:10:50 2014	(r346341)
+++ head/devel/lpc21isp/Makefile	Thu Feb 27 14:14:51 2014	(r346342)
@@ -12,18 +12,16 @@ COMMENT=	ISP programmer tool for flashin
 
 LICENSE=	LGPL3 # (or later)
 
+USES=		gmake
 NO_WRKSUBDIR=	yes
 
-USE_GMAKE=	yes
-
 PLIST_FILES=	bin/lpc21isp
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|^CC .*=|CC ?=|' ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list