mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
net-mgmt/fence-agents: Moved man to share/man
- Fix SHEBANG Approved by: portmgr (blanket)
This commit is contained in:
parent
9f0ce98efe
commit
2ce050adf4
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= fence-agents
|
PORTNAME= fence-agents
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 4.12.1
|
DISTVERSION= 4.12.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt
|
CATEGORIES= net-mgmt
|
||||||
|
|
||||||
MAINTAINER= bapt@FreeBSD.org
|
MAINTAINER= bapt@FreeBSD.org
|
||||||
|
@ -14,12 +15,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pycurl>0:ftp/py-pycurl@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= autoreconf gmake libtool pkgconfig python
|
USES= autoreconf gmake libtool pkgconfig python shebangfix
|
||||||
|
SHEBANG_FILES= agents/manual/fence_ack_manual.in
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= ClusterLabs
|
GH_ACCOUNT= ClusterLabs
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFLICTS= heartbeat
|
CONFLICTS= heartbeat
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS MANPAGES
|
OPTIONS_DEFINE= DOCS MANPAGES
|
||||||
|
|
Loading…
Add table
Reference in a new issue