diff options
Diffstat (limited to 'archivers/mtf/Makefile')
-rw-r--r-- | archivers/mtf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/mtf/Makefile b/archivers/mtf/Makefile index f3dc865762cc..bb785b9ea7d0 100644 --- a/archivers/mtf/Makefile +++ b/archivers/mtf/Makefile @@ -26,7 +26,7 @@ post-patch: ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mtf ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/mtf ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} |