aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-httpfs
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-httpfs')
-rw-r--r--sysutils/fusefs-httpfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-httpfs/Makefile b/sysutils/fusefs-httpfs/Makefile
index 8c6d97fed121..05834e13159b 100644
--- a/sysutils/fusefs-httpfs/Makefile
+++ b/sysutils/fusefs-httpfs/Makefile
@@ -31,7 +31,7 @@ do-build:
-o httpfs httpfs.c -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/httpfs ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/httpfs ${TARGETDIR}/bin
.include <bsd.port.pre.mk>