aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qsf
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2006-08-07 15:58:28 +0800
committermiwi <miwi@FreeBSD.org>2006-08-07 15:58:28 +0800
commit1b5538a51a22e1175099fe908682112d9ba03ff8 (patch)
treed006e03928822cdb944c6f1ee3c6815d6710a02d /mail/qsf
parent3eb8cf21a813a24200afe73bc941e88b17d9ba3c (diff)
downloadfreebsd-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/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>