aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/fusefs-funionfs
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 11:36:21 +0800
committerclsung <clsung@FreeBSD.org>2006-08-14 11:36:21 +0800
commit396053120a35ee5d2d950df6a2fee081d0b294cc (patch)
tree3137f4cd328391e2488df1c2b9260cac4329cca3 /sysutils/fusefs-funionfs
parent896a8ae93c2a5ce2d2744b769d70e0172552745c (diff)
downloadfreebsd-ports-gnome-396053120a35ee5d2d950df6a2fee081d0b294cc.tar.gz
freebsd-ports-gnome-396053120a35ee5d2d950df6a2fee081d0b294cc.tar.zst
freebsd-ports-gnome-396053120a35ee5d2d950df6a2fee081d0b294cc.zip
- Respect DESTDIR
PR: ports/101834 Submitted by: maintainer (Gea-Suan Lin)
Diffstat (limited to 'sysutils/fusefs-funionfs')
-rw-r--r--sysutils/fusefs-funionfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile
index e93a14fad5c2..f18946ad285a 100644
--- a/sysutils/fusefs-funionfs/Makefile
+++ b/sysutils/fusefs-funionfs/Makefile
@@ -26,7 +26,7 @@ do-build:
-L${LOCALBASE}/lib ${PTHREAD_LIBS} -lfuse)
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/funionfs ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/funionfs ${TARGETDIR}/bin
.include <bsd.port.pre.mk>