Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2014 10:02:16 +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: r345055 - head/devel/picp
Message-ID:  <201402191002.s1JA2Gvv065275@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 19 10:02:16 2014
New Revision: 345055
URL: http://svnweb.freebsd.org/changeset/ports/345055
QAT: https://qat.redports.org/buildarchive/r345055/

Log:
  Support staging

Modified:
  head/devel/picp/Makefile

Modified: head/devel/picp/Makefile
==============================================================================
--- head/devel/picp/Makefile	Wed Feb 19 09:55:25 2014	(r345054)
+++ head/devel/picp/Makefile	Wed Feb 19 10:02:16 2014	(r345055)
@@ -11,8 +11,7 @@ COMMENT=	Driver for the Microchip Picsta
 
 PLIST_FILES=	bin/picp
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/picp ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/picp ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>



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