From 396053120a35ee5d2d950df6a2fee081d0b294cc Mon Sep 17 00:00:00 2001 From: clsung Date: Mon, 14 Aug 2006 03:36:21 +0000 Subject: - Respect DESTDIR PR: ports/101834 Submitted by: maintainer (Gea-Suan Lin) --- sysutils/fusefs-funionfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/fusefs-funionfs/Makefile b/sysutils/fusefs-funionfs/Makefile index e93a14fad5c..f18946ad285 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 -- cgit