aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 10:42:10 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 11:32:28 +0000
commit1f1ed3edf8a81bc0e8dbb099528c381f6b7abbfe (patch)
tree51b4d68acbe5c9aa7e47b004f5a95b282ae31227
parentcb640dd9f46780c1035df75006edb4c553c5728b (diff)
downloadports-1f1ed3edf8a81bc0e8dbb099528c381f6b7abbfe.tar.gz
ports-1f1ed3edf8a81bc0e8dbb099528c381f6b7abbfe.zip
net/vether-kmod: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--net/vether-kmod/Makefile13
1 files 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>