Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Feb 2014 14:14:52 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346342 - head/devel/lpc21isp
Message-ID:  <201402271414.s1REEqwr086804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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