diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-08-11 19:08:21 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-08-11 19:08:21 +0800 |
commit | 625784ae0a4fc7a4ccc6d78ead3fc1ed2288b1cd (patch) | |
tree | 33bfeaf5af42df57c6c511894e3ff7d807459176 /archivers | |
parent | b8b059bd26c336f30bf7d16b2786aa870975a83e (diff) | |
download | freebsd-ports-gnome-625784ae0a4fc7a4ccc6d78ead3fc1ed2288b1cd.tar.gz freebsd-ports-gnome-625784ae0a4fc7a4ccc6d78ead3fc1ed2288b1cd.tar.zst freebsd-ports-gnome-625784ae0a4fc7a4ccc6d78ead3fc1ed2288b1cd.zip |
Respect DESTDIR
PR: 101804
Submitted by: gabor
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/mar/Makefile | 4 |
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} |