svn commit: r340473 - head/cad/slffea

Antoine Brodin antoine at FreeBSD.org
Mon Jan 20 20:51:35 UTC 2014


Author: antoine
Date: Mon Jan 20 20:51:34 2014
New Revision: 340473
URL: http://svnweb.freebsd.org/changeset/ports/340473
QAT: https://qat.redports.org/buildarchive/r340473/

Log:
  Stage support

Modified:
  head/cad/slffea/Makefile

Modified: head/cad/slffea/Makefile
==============================================================================
--- head/cad/slffea/Makefile	Mon Jan 20 20:51:02 2014	(r340472)
+++ head/cad/slffea/Makefile	Mon Jan 20 20:51:34 2014	(r340473)
@@ -32,7 +32,6 @@ EXEC=	beam/beam/bm beam/beam_gr/bmpost b
 	truss/truss_gr/tspost
 PLIST_FILES=	${EXEC:T:S/^/bin\//}
 
-NO_STAGE=	yes
 post-patch:
 	@(${FIND} ${WRKSRC} -name Makefile | ${XARGS} \
 		${REINPLACE_CMD} -E -e "s|^CC = .*|CC = ${CC} ${CFLAGS}|g" \
@@ -44,7 +43,7 @@ post-patch:
 
 do-install:
 .for file in ${EXEC}
-	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list