- Respect DESTDIR

PR:		ports/101835
Submitted by:	maintainer (Gea-Suan Lin)
This commit is contained in:
Cheng-Lung Sung 2006-08-14 03:36:46 +00:00
parent d2c8cc0793
commit c72b0f7e0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170519

View File

@ -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>