aboutsummaryrefslogtreecommitdiff
path: root/archivers/mar
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-11 11:08:21 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-11 11:08:21 +0000
commit528b1f6c286491b367741f39aa02f411d0a0aa2b (patch)
tree938352f5aacdd9f29e7be3b21899175f60ead51d /archivers/mar
parentc20e0364b9822c45eabc63cf85bb3f6bd6cf7cbc (diff)
downloadports-528b1f6c286491b367741f39aa02f411d0a0aa2b.tar.gz
ports-528b1f6c286491b367741f39aa02f411d0a0aa2b.zip
Respect DESTDIR
PR: 101804 Submitted by: gabor
Notes
Notes: svn path=/head/; revision=170345
Diffstat (limited to 'archivers/mar')
-rw-r--r--archivers/mar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/mar/Makefile b/archivers/mar/Makefile
index c797ac123ab6..1cc1214436e7 100644
--- a/archivers/mar/Makefile
+++ b/archivers/mar/Makefile
@@ -27,8 +27,8 @@ post-patch:
${WRKSRC}/src/Makefile
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/man/man1/mar.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${TARGETDIR}/bin
+ ${INSTALL_MAN} ${WRKSRC}/man/man1/mar.1 ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}