aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-fusexmp_fh
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:36:31 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:36:31 +0000
commitb7a6ff7d4122102474236edb2ca4c029d33876ee (patch)
tree6e6e080f245de58ed6df558932930add789ddc63 /sysutils/fusefs-fusexmp_fh
parentfc7167cfed343c6cdafbdfdf9f4c53504ae2d4e3 (diff)
downloadports-b7a6ff7d4122102474236edb2ca4c029d33876ee.tar.gz
ports-b7a6ff7d4122102474236edb2ca4c029d33876ee.zip
Notes
Diffstat (limited to 'sysutils/fusefs-fusexmp_fh')
-rw-r--r--sysutils/fusefs-fusexmp_fh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/fusefs-fusexmp_fh/Makefile b/sysutils/fusefs-fusexmp_fh/Makefile
index adaad865b694..4aec57eee6d4 100644
--- a/sysutils/fusefs-fusexmp_fh/Makefile
+++ b/sysutils/fusefs-fusexmp_fh/Makefile
@@ -20,7 +20,6 @@ CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
do-build:
cd ${WRKSRC}/lib \
&& ${MAKE}
@@ -29,6 +28,6 @@ do-build:
do-install:
cd ${WRKSRC}/example/.libs \
- && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin
+ && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>