git: a0712d40fb0e - main - net/tcpillust: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 10:32:49 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a0712d40fb0eaa0c27cbb48fb844f98c5801375f
commit a0712d40fb0eaa0c27cbb48fb844f98c5801375f
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 10:23:15 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 10:31:45 +0000
net/tcpillust: Moved man to share/man
Approved by: portmgr (blanket)
---
net/tcpillust/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile
index d0a7538c120d..1fcd999e7dad 100644
--- a/net/tcpillust/Makefile
+++ b/net/tcpillust/Makefile
@@ -1,6 +1,6 @@
PORTNAME= tcpillust
PORTVERSION= 2.01
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= net tcl tk
MASTER_SITES= https://cschubert.com/distfiles/ \
@@ -15,7 +15,7 @@ USE_XORG= xt
PORTDOCS= tcpclient.log tcpserver.log
PLIST_FILES= bin/tcpillust \
- man/man1/tcpillust.1.gz \
+ share/man/man1/tcpillust.1.gz \
share/tcpillust/tcpillust.tcl \
share/tcpillust/back.xbm \
share/tcpillust/forward.xbm \
@@ -39,7 +39,7 @@ do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/tcpillust.tcl ${STAGEDIR}${DATADIR}/
${INSTALL_DATA} ${WRKSRC}/*.xbm ${STAGEDIR}${DATADIR}/
- ${INSTALL_MAN} ${WRKSRC}/tcpillust.man ${STAGEDIR}${PREFIX}/man/man1/tcpillust.1
+ ${INSTALL_MAN} ${WRKSRC}/tcpillust.man ${STAGEDIR}${PREFIX}/share/man/man1/tcpillust.1
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${DOCSDIR}