From c72b0f7e0d2669b199feb954fc9367f0148c8066 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Mon, 14 Aug 2006 03:36:46 +0000 Subject: [PATCH] - Respect DESTDIR PR: ports/101835 Submitted by: maintainer (Gea-Suan Lin) --- sysutils/fusefs-httpfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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