aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-11 11:21:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-11 11:21:06 +0000
commit917426384025bcfc490df8ba96025826564172e8 (patch)
treeed7f11e2d1680ee69b53088d0d2060dbc0da1c9f /archivers
parent528b1f6c286491b367741f39aa02f411d0a0aa2b (diff)
downloadports-917426384025bcfc490df8ba96025826564172e8.tar.gz
ports-917426384025bcfc490df8ba96025826564172e8.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unlzx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile
index 2cfdd418d46a..028e36aa8c02 100644
--- a/archivers/unlzx/Makefile
+++ b/archivers/unlzx/Makefile
@@ -26,6 +26,6 @@ do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin
.include <bsd.port.mk>