mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Respect DESTDIR
PR: ports/101835 Submitted by: maintainer (Gea-Suan Lin)
This commit is contained in:
parent
d2c8cc0793
commit
c72b0f7e0d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170519
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue