summaryrefslogtreecommitdiff
path: root/archivers/unmakeself
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2006-08-11 15:46:59 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2006-08-11 15:46:59 +0000
commite8e3fb925e1441afc78e6d605a86f21cdfdef4d0 (patch)
treee3e94c11a12ff7d9040cbcb39d8b81910c7f5970 /archivers/unmakeself
parente4f1ae580ba5d0ee66296281fb6b6ca3ec319ed4 (diff)
downloadfreebsd-ports-e8e3fb925e1441afc78e6d605a86f21cdfdef4d0.zip
Respect DESTDIR.
PR: ports/101814 Submitted by: gabor
Diffstat (limited to 'archivers/unmakeself')
-rw-r--r--archivers/unmakeself/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unmakeself/Makefile b/archivers/unmakeself/Makefile
index af483c61c1d5..05643dc2e16f 100644
--- a/archivers/unmakeself/Makefile
+++ b/archivers/unmakeself/Makefile
@@ -32,6 +32,6 @@ do-build:
${FILESDIR}/unmakeself.c ${LDFLAGS}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/unmakeself ${TARGETDIR}/bin
.include <bsd.port.post.mk>