aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-20 20:51:34 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-20 20:51:34 +0000
commit4b9c1fc5add690f9f934922c5dde22da095db661 (patch)
tree197a5465c52b703427416023f6554702c0283fe6 /cad
parent7e737df357cd5c82a4d1caf30b61c3afb980e456 (diff)
downloadports-4b9c1fc5add690f9f934922c5dde22da095db661.tar.gz
ports-4b9c1fc5add690f9f934922c5dde22da095db661.zip
Notes
Diffstat (limited to 'cad')
-rw-r--r--cad/slffea/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/slffea/Makefile b/cad/slffea/Makefile
index 443583103e50..95d8beffd98d 100644
--- a/cad/slffea/Makefile
+++ b/cad/slffea/Makefile
@@ -32,7 +32,6 @@ EXEC= beam/beam/bm beam/beam_gr/bmpost brick/brick/br \
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>