mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
sysutils/pcapfix: move manpages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
committed by
Gleb Popov
parent
7b54f4a69e
commit
95d30eb91c
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user