mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 15:51:51 -04:00
security/kbfsd: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
d211c3cf01
commit
db6de1b8d2
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= kbfsd
|
PORTNAME= kbfsd
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.5.3
|
DISTVERSION= 1.5.3
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
|
|
||||||
MAINTAINER= 0mp@FreeBSD.org
|
MAINTAINER= 0mp@FreeBSD.org
|
||||||
|
@ -16,9 +17,11 @@ RUN_DEPENDS= keybase>=3.0.0_1:security/keybase \
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= 0mp
|
GH_ACCOUNT= 0mp
|
||||||
|
|
||||||
|
MAKE_ENV= MANDIR=${STAGEDIR}${PREFIX}/share/man
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
|
|
||||||
PLIST_FILES= etc/rc.d/kbfsd \
|
PLIST_FILES= etc/rc.d/kbfsd \
|
||||||
man/man5/kbfsd.5.gz
|
share/man/man5/kbfsd.5.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue