diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-21 04:51:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-21 04:51:34 +0800 |
commit | 16be6c8bb1509776283668e762588f40e1c21c04 (patch) | |
tree | 197a5465c52b703427416023f6554702c0283fe6 | |
parent | 603ad1b3d4d5340d192a62d60a553a1ef392b3ec (diff) | |
download | freebsd-ports-gnome-16be6c8bb1509776283668e762588f40e1c21c04.tar.gz freebsd-ports-gnome-16be6c8bb1509776283668e762588f40e1c21c04.tar.zst freebsd-ports-gnome-16be6c8bb1509776283668e762588f40e1c21c04.zip |
Stage support
-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> |