aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-unionfs
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 03:37:04 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 03:37:04 +0000
commiteba96f64d94797741d09df0efa9a59fe207e1955 (patch)
tree9a7d99e4c0ea62fc2974167e7eb82c9f2d609723 /sysutils/fusefs-unionfs
parentc72b0f7e0d2669b199feb954fc9367f0148c8066 (diff)
downloadports-eba96f64d94797741d09df0efa9a59fe207e1955.tar.gz
ports-eba96f64d94797741d09df0efa9a59fe207e1955.zip
- Respect DESTDIR
PR: ports/101836 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=170520
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>