aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-21 04:51:34 +0800
committerantoine <antoine@FreeBSD.org>2014-01-21 04:51:34 +0800
commit16be6c8bb1509776283668e762588f40e1c21c04 (patch)
tree197a5465c52b703427416023f6554702c0283fe6
parent603ad1b3d4d5340d192a62d60a553a1ef392b3ec (diff)
downloadfreebsd-ports-gnome-16be6c8bb1509776283668e762588f40e1c21c04.tar.gz
freebsd-ports-gnome-16be6c8bb1509776283668e762588f40e1c21c04.tar.zst
freebsd-ports-gnome-16be6c8bb1509776283668e762588f40e1c21c04.zip
Stage support
-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>