aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-fusexmp_fh
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-26 16:36:31 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-26 16:36:31 +0800
commitef2f56021951cc947bb93686b1ef105ee2326e15 (patch)
tree6e6e080f245de58ed6df558932930add789ddc63 /sysutils/fusefs-fusexmp_fh
parent5475a252e5e0eba2140bc43c10ab1627930489c9 (diff)
downloadfreebsd-ports-gnome-ef2f56021951cc947bb93686b1ef105ee2326e15.tar.gz
freebsd-ports-gnome-ef2f56021951cc947bb93686b1ef105ee2326e15.tar.zst
freebsd-ports-gnome-ef2f56021951cc947bb93686b1ef105ee2326e15.zip
Support staging
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>