diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 07:14:05 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 07:14:05 +0000 |
commit | 0453b815e72d64b4a0594e34e07ebc5513cdc652 (patch) | |
tree | 9336537060dc9a4c473c1bfaeb23ab3533e2371b /sysutils/fusefs-ext4fuse | |
parent | 5eb6e94b3b359e965f3d26a45fad36922163a320 (diff) |
Notes
Diffstat (limited to 'sysutils/fusefs-ext4fuse')
-rw-r--r-- | sysutils/fusefs-ext4fuse/Makefile | 3 |
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> |