mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
sysutils/cluster-glue: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
fcebff5092
commit
e8851eab0e
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= cluster-glue
|
PORTNAME= cluster-glue
|
||||||
PORTVERSION= 1.0.12
|
PORTVERSION= 1.0.12
|
||||||
PORTREVISION= 6
|
PORTREVISION= 7
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://hg.linux-ha.org/glue/archive/
|
MASTER_SITES= http://hg.linux-ha.org/glue/archive/
|
||||||
DISTNAME= 0a7add1d9996
|
DISTNAME= 0a7add1d9996
|
||||||
|
@ -32,6 +32,7 @@ USE_LDCONFIG= yes
|
||||||
USE_RC_SUBR= ha_logd
|
USE_RC_SUBR= ha_logd
|
||||||
WRKSRC= ${WRKDIR}/Reusable-Cluster-Components-glue--${DISTNAME}
|
WRKSRC= ${WRKDIR}/Reusable-Cluster-Components-glue--${DISTNAME}
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --disable-fatal-warnings \
|
CONFIGURE_ARGS= --disable-fatal-warnings \
|
||||||
--with-initdir=${PREFIX}/etc/rc.d \
|
--with-initdir=${PREFIX}/etc/rc.d \
|
||||||
--with-ocf-root=${PREFIX}/etc/ocf \
|
--with-ocf-root=${PREFIX}/etc/ocf \
|
||||||
|
|
|
@ -153,12 +153,12 @@ lib/stonith/plugins/stonith2/suicide.so
|
||||||
lib/stonith/plugins/stonith2/wti_nps.a
|
lib/stonith/plugins/stonith2/wti_nps.a
|
||||||
lib/stonith/plugins/stonith2/wti_nps.so
|
lib/stonith/plugins/stonith2/wti_nps.so
|
||||||
lib/stonith/plugins/xen0-ha-dom0-stonith-helper
|
lib/stonith/plugins/xen0-ha-dom0-stonith-helper
|
||||||
%%MANPAGES%%man/man1/ha_logger.1.gz
|
%%MANPAGES%%share/man/man1/ha_logger.1.gz
|
||||||
%%MANPAGES%%man/man8/ha_logd.8.gz
|
%%MANPAGES%%share/man/man8/ha_logd.8.gz
|
||||||
%%MANPAGES%%man/man8/hb_report.8.gz
|
%%MANPAGES%%share/man/man8/hb_report.8.gz
|
||||||
%%MANPAGES%%man/man8/lrmadmin.8.gz
|
%%MANPAGES%%share/man/man8/lrmadmin.8.gz
|
||||||
%%MANPAGES%%man/man8/meatclient.8.gz
|
%%MANPAGES%%share/man/man8/meatclient.8.gz
|
||||||
%%MANPAGES%%man/man8/stonith.8.gz
|
%%MANPAGES%%share/man/man8/stonith.8.gz
|
||||||
sbin/cibsecret
|
sbin/cibsecret
|
||||||
sbin/ha_logger
|
sbin/ha_logger
|
||||||
sbin/hb_report
|
sbin/hb_report
|
||||||
|
|
Loading…
Add table
Reference in a new issue