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