aboutsummaryrefslogtreecommitdiff
path: root/net/omnitty
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-08-12 18:11:32 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-08-12 18:11:32 +0000
commit712e5a54f53e27fdfa273de84abd1548e4a95233 (patch)
treec06be118bbe16e2b861a86536c65bb4ae3fb0871 /net/omnitty
parent15c4605568a43cdf0beff4e6968d3d379c3c77c6 (diff)
downloadports-712e5a54f53e27fdfa273de84abd1548e4a95233.tar.gz
ports-712e5a54f53e27fdfa273de84abd1548e4a95233.zip
Notes
Diffstat (limited to 'net/omnitty')
-rw-r--r--net/omnitty/Makefile4
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>