Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2014 07:44:40 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341505 - head/devel/hexcompare
Message-ID:  <201401280744.s0S7ieWQ055190@svn.freebsd.org>

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



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