mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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
|
PORTNAME= metalog
|
||||||
PORTVERSION= 3
|
PORTVERSION= 3
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= SF/${PORTNAME}
|
MASTER_SITES= SF/${PORTNAME}
|
||||||
|
@ -17,6 +17,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre
|
||||||
USES= pkgconfig tar:xz
|
USES= pkgconfig tar:xz
|
||||||
USE_RC_SUBR= ${PORTNAME}
|
USE_RC_SUBR= ${PORTNAME}
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
|
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
|
||||||
|
|
||||||
PORTDOCS= AUTHORS NEWS README
|
PORTDOCS= AUTHORS NEWS README
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
man/man5/metalog.conf.5.gz
|
share/man/man5/metalog.conf.5.gz
|
||||||
man/man8/metalog.8.gz
|
share/man/man8/metalog.8.gz
|
||||||
sbin/metalog
|
sbin/metalog
|
||||||
@sample etc/metalog.conf.sample
|
@sample etc/metalog.conf.sample
|
||||||
|
|
Loading…
Add table
Reference in a new issue