svn commit: r341505 - head/devel/hexcompare

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 28 07:44:40 UTC 2014


Author: bapt
Date: Tue Jan 28 07:44:39 2014
New Revision: 341505
URL: http://svnweb.freebsd.org/changeset/ports/341505
QAT: https://qat.redports.org/buildarchive/r341505/

Log:
  Support stage

Modified:
  head/devel/hexcompare/Makefile

Modified: head/devel/hexcompare/Makefile
==============================================================================
--- head/devel/hexcompare/Makefile	Tue Jan 28 07:43:51 2014	(r341504)
+++ head/devel/hexcompare/Makefile	Tue Jan 28 07:44:39 2014	(r341505)
@@ -14,11 +14,10 @@ LICENSE=	GPLv3
 
 PLIST_FILES=	bin/hexcompare
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${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