aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-unionfs
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 11:37:04 +0800
committerclsung <clsung@FreeBSD.org>2006-08-14 11:37:04 +0800
commitdc2e155127ffb1476119b8dc81e39e273bbb6fe3 (patch)
tree403d19f6d8371a1bb2c386b0308634968bcb4da6 /sysutils/fusefs-unionfs
parent0fe7555c3513cf06ef32b2a021afe137821a8486 (diff)
downloadfreebsd-ports-gnome-dc2e155127ffb1476119b8dc81e39e273bbb6fe3.tar.gz
freebsd-ports-gnome-dc2e155127ffb1476119b8dc81e39e273bbb6fe3.tar.zst
freebsd-ports-gnome-dc2e155127ffb1476119b8dc81e39e273bbb6fe3.zip
- Respect DESTDIR
PR: ports/101836 Submitted by: maintainer (Gea-Suan Lin)
Diffstat (limited to 'sysutils/fusefs-unionfs')
-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 fcc84b385f62..7c0132ccfddf 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 ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/unionfs ${TARGETDIR}/bin
.include <bsd.port.pre.mk>