diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 03:36:46 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 03:36:46 +0000 |
commit | c72b0f7e0d2669b199feb954fc9367f0148c8066 (patch) | |
tree | 16fd65463a4ff0056768df58ae90b6e48a812273 /sysutils/fusefs-httpfs/Makefile | |
parent | d2c8cc0793163f5846bc7696742ecf5eb03c3346 (diff) |
- Respect DESTDIR
PR: ports/101835
Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes:
svn path=/head/; revision=170519
Diffstat (limited to 'sysutils/fusefs-httpfs/Makefile')
-rw-r--r-- | sysutils/fusefs-httpfs/Makefile | 2 |
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> |