diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-12 18:11:32 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-08-12 18:11:32 +0000 |
commit | 712e5a54f53e27fdfa273de84abd1548e4a95233 (patch) | |
tree | c06be118bbe16e2b861a86536c65bb4ae3fb0871 /net/omnitty | |
parent | 15c4605568a43cdf0beff4e6968d3d379c3c77c6 (diff) |
Notes
Diffstat (limited to 'net/omnitty')
-rw-r--r-- | net/omnitty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/omnitty/Makefile b/net/omnitty/Makefile index 24ff2fd839ad..e484131aca4f 100644 --- a/net/omnitty/Makefile +++ b/net/omnitty/Makefile @@ -36,7 +36,7 @@ post-patch: ${WRKSRC}/machmgr.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${TARGETDIR}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 .include <bsd.port.post.mk> |