git: 2ce050adf462 - main - net-mgmt/fence-agents: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jan 2024 19:54:33 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=2ce050adf462061238e52ea7c6eb9d12f70fb940 commit 2ce050adf462061238e52ea7c6eb9d12f70fb940 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-29 18:07:31 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-29 19:54:13 +0000 net-mgmt/fence-agents: Moved man to share/man - Fix SHEBANG Approved by: portmgr (blanket) --- net-mgmt/fence-agents/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-mgmt/fence-agents/Makefile b/net-mgmt/fence-agents/Makefile index 474dbab381bf..276441a228ce 100644 --- a/net-mgmt/fence-agents/Makefile +++ b/net-mgmt/fence-agents/Makefile @@ -1,6 +1,7 @@ PORTNAME= fence-agents DISTVERSIONPREFIX= v DISTVERSION= 4.12.1 +PORTREVISION= 1 CATEGORIES= net-mgmt 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}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 GH_ACCOUNT= ClusterLabs GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFLICTS= heartbeat OPTIONS_DEFINE= DOCS MANPAGES