diff options
Diffstat (limited to 'net/omnitty/Makefile')
-rw-r--r-- | net/omnitty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/omnitty/Makefile b/net/omnitty/Makefile index e484131aca4f..8d479b67e3af 100644 --- a/net/omnitty/Makefile +++ b/net/omnitty/Makefile @@ -36,7 +36,7 @@ post-patch: ${WRKSRC}/machmgr.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 .include <bsd.port.post.mk> |