aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-httpfs
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 03:36:46 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 03:36:46 +0000
commitc72b0f7e0d2669b199feb954fc9367f0148c8066 (patch)
tree16fd65463a4ff0056768df58ae90b6e48a812273 /sysutils/fusefs-httpfs
parentd2c8cc0793163f5846bc7696742ecf5eb03c3346 (diff)
downloadports-c72b0f7e0d2669b199feb954fc9367f0148c8066.tar.gz
ports-c72b0f7e0d2669b199feb954fc9367f0148c8066.zip
- Respect DESTDIR
PR: ports/101835 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=170519
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>