diff options
Diffstat (limited to 'archivers/unace/Makefile')
-rw-r--r-- | archivers/unace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index c73bef4d2936..27f60e54fef0 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -29,6 +29,6 @@ post-patch: ${WRKSRC}/uac_crt.h do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unace ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin .include <bsd.port.mk> |