summaryrefslogtreecommitdiffstats
path: root/archivers/mar
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-08-11 11:08:21 +0000
committerehaupt <ehaupt@FreeBSD.org>2006-08-11 11:08:21 +0000
commit625784ae0a4fc7a4ccc6d78ead3fc1ed2288b1cd (patch)
tree33bfeaf5af42df57c6c511894e3ff7d807459176 /archivers/mar
parentb8b059bd26c336f30bf7d16b2786aa870975a83e (diff)
downloadFreeBSD-ports-625784ae0a4fc7a4ccc6d78ead3fc1ed2288b1cd.zip
FreeBSD-ports-625784ae0a4fc7a4ccc6d78ead3fc1ed2288b1cd.tar.gz
Respect DESTDIR
PR: 101804 Submitted by: gabor
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 c797ac1..1cc1214 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}
OpenPOWER on IntegriCloud