aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-11 11:03:54 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2006-08-11 11:03:54 +0000
commitff57e506234548648e2ce37194ee6bff41d5a018 (patch)
tree94d0229220c1262235ab5a39e7d03bda28073e87
parentcc78eb1c21face140ec33464a6a4f83ff8f3b8bb (diff)
downloadports-ff57e506234548648e2ce37194ee6bff41d5a018.tar.gz
ports-ff57e506234548648e2ce37194ee6bff41d5a018.zip
Notes
-rw-r--r--archivers/ecm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/ecm/Makefile b/archivers/ecm/Makefile
index 6302a84af232..bb440f9fb217 100644
--- a/archivers/ecm/Makefile
+++ b/archivers/ecm/Makefile
@@ -19,7 +19,7 @@ PORTDOCS= format.txt
do-install:
.for f in ${PORTNAME} un${PORTNAME}
- ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${TARGETDIR}/bin
.endfor
.if !defined(NOPORTDOCS)