svn commit: r345055 - head/devel/picp

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 10:02:16 UTC 2014


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>


More information about the svn-ports-all mailing list