mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
sysutils/bmd: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
0852587651
commit
e83fe8984c
3 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= bmd
|
||||
DISTVERSION= 2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= naito.yuichiro@gmail.com
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
MK_DEBUG_FILES?= no
|
||||
SUBDIR= rc.d
|
||||
BINDIR= $(LOCALBASE)/sbin
|
||||
MANDIR= $(LOCALBASE)/man/man
|
||||
-MANDIR= $(LOCALBASE)/man/man
|
||||
+MANDIR= $(LOCALBASE)/share/man/man
|
||||
DIRS= UEFIVARDIR PLUGINDIR
|
||||
UEFIVARDIR= $(LOCALBASE)/var/cache/bmd
|
||||
+UEFIVARDIR_OWN= $(BINOWN)
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
etc/rc.d/bmd
|
||||
etc/bmd.conf.example
|
||||
include/bmd_plugin.h
|
||||
man/man5/bmd.conf.5.gz
|
||||
man/man8/bmd.8.gz
|
||||
man/man8/bmdctl.8.gz
|
||||
sbin/bmd
|
||||
sbin/bmdctl
|
||||
share/man/man5/bmd.conf.5.gz
|
||||
share/man/man8/bmd.8.gz
|
||||
share/man/man8/bmdctl.8.gz
|
||||
@dir libexec/bmd
|
||||
@dir var/cache/bmd
|
||||
|
|
Loading…
Add table
Reference in a new issue