diff options
-rw-r--r-- | archivers/untar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/untar/Makefile b/archivers/untar/Makefile index 4050a3d3a6fd..09f6a473e54e 100644 --- a/archivers/untar/Makefile +++ b/archivers/untar/Makefile @@ -29,6 +29,6 @@ pre-patch: @${CP} ${DISTDIR}/untar.c ${WRKSRC} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin .include <bsd.port.mk> |