summaryrefslogtreecommitdiff
path: root/textproc/colordiff/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 17:27:45 +0100
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-10 17:27:53 +0100
commit72fa01913d6a670015d043dc5d92fa3d849f08ab (patch)
treed05da5bf55dcef351a6889c8391a8f3fc709f176 /textproc/colordiff/Makefile
parentdatabases/rrdtool: fix build with lld 17 (diff)
MAN?PREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'textproc/colordiff/Makefile')
-rw-r--r--textproc/colordiff/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/colordiff/Makefile b/textproc/colordiff/Makefile
index 3ea6ea7dbdc5..6381e09cdd88 100644
--- a/textproc/colordiff/Makefile
+++ b/textproc/colordiff/Makefile
@@ -22,7 +22,7 @@ post-patch:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/colordiffrc ${STAGEDIR}${PREFIX}/etc/colordiffrc.sample
.include <bsd.port.mk>