diff options
Diffstat (limited to 'cad/slffea')
-rw-r--r-- | cad/slffea/Makefile | 3 |
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> |