diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index 70c428984c6e..09e0ab2fac97 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -32,6 +32,6 @@ post-patch: ${WRKSRC}/makefile.nix do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ha ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/ha ${PREFIX}/bin .include diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 6c73cbad262d..f1466f9ac219 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -23,7 +23,7 @@ post-patch: ${CP} ${FILESDIR}/sanitize.c ${WRKSRC} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/unarj ${PREFIX}/bin .if !defined(NOPORTDOCS) ${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} ${DOCSDIR} .for i in ${PORTDOCS} diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 4006d970e468..9c27a1aa118a 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -52,10 +52,10 @@ pre-build: do-install: .for file in funzip unzip unzipsfx - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin .endfor - ${LN} -sf unzip ${TARGETDIR}/bin/zipinfo - ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${TARGETDIR}/bin + ${LN} -sf unzip ${PREFIX}/bin/zipinfo + ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${PREFIX}/bin .for f in ${MAN1} ${INSTALL_MAN} ${WRKSRC}/man/${f} ${MAN1PREFIX}/man/man1 .endfor