aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-08-14 11:36:46 +0800
committerclsung <clsung@FreeBSD.org>2006-08-14 11:36:46 +0800
commit0fe7555c3513cf06ef32b2a021afe137821a8486 (patch)
tree9a99465dcf35d3027747cd01dd37c77a90cd7d3b
parent396053120a35ee5d2d950df6a2fee081d0b294cc (diff)
downloadfreebsd-ports-graphics-0fe7555c3513cf06ef32b2a021afe137821a8486.tar.gz
freebsd-ports-graphics-0fe7555c3513cf06ef32b2a021afe137821a8486.tar.zst
freebsd-ports-graphics-0fe7555c3513cf06ef32b2a021afe137821a8486.zip
- Respect DESTDIR
PR: ports/101835 Submitted by: maintainer (Gea-Suan Lin)
-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 8c6d97fed12..05834e13159 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>