svn commit: r344852 - head/devel/genproto

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 18 10:00:55 UTC 2014


Author: ehaupt
Date: Tue Feb 18 10:00:55 2014
New Revision: 344852
URL: http://svnweb.freebsd.org/changeset/ports/344852
QAT: https://qat.redports.org/buildarchive/r344852/

Log:
  Support staging

Modified:
  head/devel/genproto/Makefile

Modified: head/devel/genproto/Makefile
==============================================================================
--- head/devel/genproto/Makefile	Tue Feb 18 10:00:10 2014	(r344851)
+++ head/devel/genproto/Makefile	Tue Feb 18 10:00:55 2014	(r344852)
@@ -11,12 +11,11 @@ COMMENT=	Generates prototypes from C/C++
 
 PLIST_FILES=	bin/genproto
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e "s,^CC,#CC," -e "s,^CFLAGS,#CFLAGS," \
 		${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/genproto ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/genproto ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list