summaryrefslogtreecommitdiff
path: root/mail/qsf
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-08-07 07:58:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-08-07 07:58:28 +0000
commit1e48ead47ee3aa052ea1d7d267223f0de6c02b2f (patch)
tree08207c0b8f0a5b28845e738545c9f91d4ee47e0e /mail/qsf
parent- fix dependency list (diff)
- Respect DESTDIR for all my ports
Reviewed by: gabor Approved by: krion (mentor)
Diffstat (limited to 'mail/qsf')
-rw-r--r--mail/qsf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qsf/Makefile b/mail/qsf/Makefile
index ccb02fabdfc6..868283fe3c43 100644
--- a/mail/qsf/Makefile
+++ b/mail/qsf/Makefile
@@ -54,7 +54,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|Linux|@VERSION@|g' ${WRKSRC}/doc/quickref.1.in
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/qsf ${PREFIX}/bin/qsf
+ ${INSTALL_PROGRAM} ${WRKSRC}/qsf ${TARGETDIR}/bin/qsf
${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${MANPREFIX}/man/man1/qsf.1
.include <bsd.port.post.mk>