aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unzoo
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-08-11 19:02:17 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-08-11 19:02:17 +0800
commite1249acd4d0166e9edd3b30f7790ce0666e71b94 (patch)
tree612f4b3ec1b88b80295233963b450057bb3c328e /archivers/unzoo
parent7232358e23bd1a304122ad3f8698ff3e0e7e0641 (diff)
downloadfreebsd-ports-gnome-e1249acd4d0166e9edd3b30f7790ce0666e71b94.tar.gz
freebsd-ports-gnome-e1249acd4d0166e9edd3b30f7790ce0666e71b94.tar.zst
freebsd-ports-gnome-e1249acd4d0166e9edd3b30f7790ce0666e71b94.zip
Respect DESTDIR
PR: 101784 Submitted by: gabor
Diffstat (limited to 'archivers/unzoo')
-rw-r--r--archivers/unzoo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile
index 3007bb036543..347b408910d5 100644
--- a/archivers/unzoo/Makefile
+++ b/archivers/unzoo/Makefile
@@ -33,7 +33,7 @@ do-build:
${WRKSRC}/${PORTNAME}.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.post.mk>