diff options
Diffstat (limited to 'archivers/9e/Makefile')
-rw-r--r-- | archivers/9e/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/9e/Makefile b/archivers/9e/Makefile index a51a6ec839ba..ea81cddae274 100644 --- a/archivers/9e/Makefile +++ b/archivers/9e/Makefile @@ -18,6 +18,6 @@ PLIST_FILES= bin/9e MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="" HDRS="" do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/9e ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/9e ${PREFIX}/bin .include <bsd.port.mk> |