net/vether-kmod: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
cb640dd9f4
commit
1f1ed3edf8
1 changed files with 7 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue