aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 18:07:31 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 19:54:13 +0000
commit2ce050adf462061238e52ea7c6eb9d12f70fb940 (patch)
treeb089970b36a5cd60ad8c8a02d718adf2ba8378ed
parent9f0ce98efea9ca39d4930569c7a072a9431793b2 (diff)
downloadports-2ce050adf462061238e52ea7c6eb9d12f70fb940.tar.gz
ports-2ce050adf462061238e52ea7c6eb9d12f70fb940.zip
net-mgmt/fence-agents: Moved man to share/man
- Fix SHEBANG Approved by: portmgr (blanket)
-rw-r--r--net-mgmt/fence-agents/Makefile5
1 files changed, 4 insertions, 1 deletions
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