diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-07 15:58:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-07 15:58:28 +0800 |
commit | 1b5538a51a22e1175099fe908682112d9ba03ff8 (patch) | |
tree | d006e03928822cdb944c6f1ee3c6815d6710a02d /mail/qsf | |
parent | 3eb8cf21a813a24200afe73bc941e88b17d9ba3c (diff) | |
download | freebsd-ports-gnome-1b5538a51a22e1175099fe908682112d9ba03ff8.tar.gz freebsd-ports-gnome-1b5538a51a22e1175099fe908682112d9ba03ff8.tar.zst freebsd-ports-gnome-1b5538a51a22e1175099fe908682112d9ba03ff8.zip |
- Respect DESTDIR for all my ports
Reviewed by: gabor
Approved by: krion (mentor)
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> |