- Respect DESTDIR

PR:		ports/101877
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
This commit is contained in:
Cheng-Lung Sung 2006-08-14 04:21:58 +00:00
parent 3e06b4b944
commit b40a215f8b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170536

View file

@ -31,6 +31,6 @@ post-patch:
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mboxstats ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/mboxstats ${TARGETDIR}/bin
.include <bsd.port.post.mk>