diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 07:58:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 07:58:28 +0000 |
commit | 1e48ead47ee3aa052ea1d7d267223f0de6c02b2f (patch) | |
tree | 08207c0b8f0a5b28845e738545c9f91d4ee47e0e /mail/qsf | |
parent | d526191223fa50016717515a84de2e8b56a107d2 (diff) |
Notes
Diffstat (limited to 'mail/qsf')
-rw-r--r-- | mail/qsf/Makefile | 2 |
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> |