mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/metalog: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
56c20b6972
commit
89e0fb7744
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= metalog
|
||||
PORTVERSION= 3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
@ -17,6 +17,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre
|
|||
USES= pkgconfig tar:xz
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
|
||||
|
||||
PORTDOCS= AUTHORS NEWS README
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
man/man5/metalog.conf.5.gz
|
||||
man/man8/metalog.8.gz
|
||||
share/man/man5/metalog.conf.5.gz
|
||||
share/man/man8/metalog.8.gz
|
||||
sbin/metalog
|
||||
@sample etc/metalog.conf.sample
|
||||
|
|
Loading…
Add table
Reference in a new issue