svn commit: r360753 - head/devel/cpuflags

William Grzybowski wg at FreeBSD.org
Sat Jul 5 14:53:38 UTC 2014


Author: wg
Date: Sat Jul  5 14:53:37 2014
New Revision: 360753
URL: http://svnweb.freebsd.org/changeset/ports/360753
QAT: https://qat.redports.org/buildarchive/r360753/

Log:
  devel/cpuflags: support stage

Modified:
  head/devel/cpuflags/Makefile

Modified: head/devel/cpuflags/Makefile
==============================================================================
--- head/devel/cpuflags/Makefile	Sat Jul  5 14:45:09 2014	(r360752)
+++ head/devel/cpuflags/Makefile	Sat Jul  5 14:53:37 2014	(r360753)
@@ -9,8 +9,7 @@ MASTER_SITES=	http://awesom.eu/~acieroid
 MAINTAINER= ports at FreeBSD.org
 COMMENT=	Determine compiler flags to best target current cpu
 
-NO_STAGE=	yes
 post-install:
-	${REINPLACE_CMD} -i '' -e "s,@@SH@@,${SH:Q}," ${PREFIX}/bin/cpuflags
+	${REINPLACE_CMD} -i '' -e "s,@@SH@@,${SH:Q}," ${STAGEDIR}${PREFIX}/bin/cpuflags
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list