summaryrefslogtreecommitdiff
path: root/archivers/9e
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-08-12 13:04:13 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-08-12 13:04:13 +0000
commit062a3010ffa09b617e33b255c27e2fc9d472e2b6 (patch)
tree3cb9ef4c5a71a1deab5ff7710d2ab3dc25d5a622 /archivers/9e
parent- Respect DESTDIR (diff)
Respect DESTDIR
PR: 101796 Submitted by: gabor
Notes
Notes: svn path=/head/; revision=170405
Diffstat (limited to 'archivers/9e')
-rw-r--r--archivers/9e/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile
index ea81cddae274..a51a6ec839ba 100644
--- a/archivers/9e/Makefile
+++ b/archivers/9e/Makefile
@@ -18,6 +18,6 @@ PLIST_FILES= bin/9e
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS=""
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/9e ${TARGETDIR}/bin
.include <bsd.port.mk>