sysutils/pcapfix: move manpages to share/man

Approved by: portmgr (blanket)
This commit is contained in:
Vidar Karlsen 2024-01-21 12:03:18 +01:00 committed by Gleb Popov
parent 7b54f4a69e
commit 95d30eb91c
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
PORTNAME= pcapfix
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.7
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= vidar@karlsen.tech
@ -14,10 +15,10 @@ USE_GITHUB= yes
GH_ACCOUNT= Rup0rt
PLIST_FILES= bin/pcapfix \
man/man1/pcapfix.1.gz
share/man/man1/pcapfix.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>