Date: Sun, 25 Feb 2024 11:32:55 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1f1ed3edf8a8 - main - net/vether-kmod: Moved man to share/man Message-ID: <202402251132.41PBWt81068071@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f1ed3edf8a81bc0e8dbb099528c381f6b7abbfe commit 1f1ed3edf8a81bc0e8dbb099528c381f6b7abbfe Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 10:42:10 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:32:28 +0000 net/vether-kmod: Moved man to share/man Approved by: portmgr (blanket) --- net/vether-kmod/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/net/vether-kmod/Makefile b/net/vether-kmod/Makefile index 4e25214db5e1..fad95046ed73 100644 --- a/net/vether-kmod/Makefile +++ b/net/vether-kmod/Makefile @@ -1,5 +1,6 @@ PORTNAME= vether-kmod DISTVERSION= g20211214 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= henning.matyschok@outlook.com @@ -19,13 +20,13 @@ GH_TAGNAME= 511ee3b393029cfff0c5b1873fe0a16f077a7459 WRKSRC_SUBDIR= src PLIST_FILES= ${KMODDIR}/if_vether.ko \ - man/man4/if_vether.4.gz \ - man/man4/vether.4.gz + share/man/man4/if_vether.4.gz \ + share/man/man4/vether.4.gz post-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/man/man4 - ${INSTALL_DATA} ${WRKSRC}/if_vether.4 ${STAGEDIR}${PREFIX}/man/man4 - @${RLN} ${STAGEDIR}${PREFIX}/man/man4/if_vether.4 \ - ${STAGEDIR}${PREFIX}/man/man4/vether.4 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/man/man4 + ${INSTALL_DATA} ${WRKSRC}/if_vether.4 ${STAGEDIR}${PREFIX}/share/man/man4 + @${RLN} ${STAGEDIR}${PREFIX}/share/man/man4/if_vether.4 \ + ${STAGEDIR}${PREFIX}/share/man/man4/vether.4 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251132.41PBWt81068071>