Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Jan 2014 20:51:34 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340473 - head/cad/slffea
Message-ID:  <201401202051.s0KKpYc3068566@svn.freebsd.org>

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



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