aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ext4fuse
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 07:14:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 07:14:05 +0000
commit0453b815e72d64b4a0594e34e07ebc5513cdc652 (patch)
tree9336537060dc9a4c473c1bfaeb23ab3533e2371b /sysutils/fusefs-ext4fuse
parent5eb6e94b3b359e965f3d26a45fad36922163a320 (diff)
downloadports-0453b815e72d64b4a0594e34e07ebc5513cdc652.tar.gz
ports-0453b815e72d64b4a0594e34e07ebc5513cdc652.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331353
Diffstat (limited to 'sysutils/fusefs-ext4fuse')
-rw-r--r--sysutils/fusefs-ext4fuse/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile
index 0e881e10f64f..be54a318904c 100644
--- a/sysutils/fusefs-ext4fuse/Makefile
+++ b/sysutils/fusefs-ext4fuse/Makefile
@@ -27,8 +27,7 @@ ALL_TARGET= ${PORTNAME}
PLIST_FILES= bin/ext4fuse
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>