diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 04:21:58 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 04:21:58 +0000 |
commit | b40a215f8bb257d034bb54a23f7f385bc222a94d (patch) | |
tree | 3514bdd580f1009831194e450cb51e09b31883f1 /mail/mboxstats | |
parent | - Respect DESTDIR (diff) |
- Respect DESTDIR
PR: ports/101877
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'mail/mboxstats')
-rw-r--r-- | mail/mboxstats/Makefile | 2 |
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> |