diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 11:23:15 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 11:31:45 +0100 |
commit | a0712d40fb0eaa0c27cbb48fb844f98c5801375f (patch) | |
tree | e45ae016dc674c7aec4cef05e499d00a079f9b88 | |
parent | net/tcludp: Moved man to share/man (diff) |
net/tcpillust: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | net/tcpillust/Makefile | 6 |
1 files 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} |