aboutsummaryrefslogtreecommitdiffstats
path: root/net/omnitty
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-08-13 02:11:32 +0800
committerrafan <rafan@FreeBSD.org>2006-08-13 02:11:32 +0800
commit353e3e546b6dc49a174e043467b674dc955e4ae8 (patch)
tree0c3ce6f0416a76886aa8d2c8d372c7d478e3164e /net/omnitty
parent8ac5cb368722adbb30b6786b89a05f38f90c815d (diff)
downloadfreebsd-ports-gnome-353e3e546b6dc49a174e043467b674dc955e4ae8.tar.gz
freebsd-ports-gnome-353e3e546b6dc49a174e043467b674dc955e4ae8.tar.zst
freebsd-ports-gnome-353e3e546b6dc49a174e043467b674dc955e4ae8.zip
- Respect DESTDIR
- Use MAN1PREFIX, instead of MANPREFIX for section 1 PR: ports/101883 Submitted by: Gea-Suan Lin <gslin at gslin.org>
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>