From dc2e155127ffb1476119b8dc81e39e273bbb6fe3 Mon Sep 17 00:00:00 2001 From: clsung Date: Mon, 14 Aug 2006 03:37:04 +0000 Subject: - Respect DESTDIR PR: ports/101836 Submitted by: maintainer (Gea-Suan Lin) --- sysutils/fusefs-unionfs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/fusefs-unionfs') 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 -- cgit