diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-08-11 11:03:54 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-08-11 11:03:54 +0000 |
commit | ff57e506234548648e2ce37194ee6bff41d5a018 (patch) | |
tree | 94d0229220c1262235ab5a39e7d03bda28073e87 /archivers/ecm/Makefile | |
parent | cc78eb1c21face140ec33464a6a4f83ff8f3b8bb (diff) | |
download | ports-ff57e506234548648e2ce37194ee6bff41d5a018.tar.gz ports-ff57e506234548648e2ce37194ee6bff41d5a018.zip |
Notes
Diffstat (limited to 'archivers/ecm/Makefile')
-rw-r--r-- | archivers/ecm/Makefile | 2 |
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) |