summaryrefslogtreecommitdiff
path: root/mail/mboxstats
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 04:21:58 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 04:21:58 +0000
commitb40a215f8bb257d034bb54a23f7f385bc222a94d (patch)
tree3514bdd580f1009831194e450cb51e09b31883f1 /mail/mboxstats
parent- Respect DESTDIR (diff)
- Respect DESTDIR
PR: ports/101877 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes: svn path=/head/; revision=170536
Diffstat (limited to 'mail/mboxstats')
-rw-r--r--mail/mboxstats/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mboxstats/Makefile b/mail/mboxstats/Makefile
index 8b6d994eb3c4..b413900f4293 100644
--- a/mail/mboxstats/Makefile
+++ b/mail/mboxstats/Makefile
@@ -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>