diff options
author | Florian Smeets <flo@FreeBSD.org> | 2024-01-13 12:03:54 +0100 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2024-01-13 18:46:57 +0100 |
commit | ee8e165ccee65d3b699bc145e0c4580465add0f9 (patch) | |
tree | 81cee81a835a9d40b787af3ffbcb1b38b6168e9a /net-mgmt | |
parent | dce3b8b874082934ce44361e6ea7c40f033cf194 (diff) | |
download | freebsd-ports-ee8e165ccee65d3b699bc145e0c4580465add0f9.zip |
net-mgmt/crmsh: Restore lost @sample, pet portclippy
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/crmsh/Makefile | 14 | ||||
-rw-r--r-- | net-mgmt/crmsh/pkg-plist | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-mgmt/crmsh/Makefile b/net-mgmt/crmsh/Makefile index f84d0d1fe988..f2651f094195 100644 --- a/net-mgmt/crmsh/Makefile +++ b/net-mgmt/crmsh/Makefile @@ -1,5 +1,6 @@ PORTNAME= crmsh PORTVERSION= 4.5.1 +PORTREVISION= 1 CATEGORIES= net-mgmt python MAINTAINER= flo@FreeBSD.org @@ -22,19 +23,18 @@ USES= autoreconf cpe gmake python shebangfix CPE_VENDOR= clusterlabs USE_GITHUB= yes GH_ACCOUNT= ClusterLabs -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/lib/ocf - -NO_ARCH= yes - -CONFLICTS_INSTALL= crm114 # bin/crm - SHEBANG_FILES= bin/crm scripts/*/*.py test/cib-tests.sh test/evaltest.sh \ test/features/steps/behave_agent.py \ test/list-undocumented-commands.py test/run-functional-tests \ test/testcases/confbasic-xml.filter \ test/update-expected-output.sh utils/crm_clean.py \ utils/crm_pkg.py utils/crm_rpmcheck.py +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/lib/ocf + +CONFLICTS_INSTALL= crm114 # bin/crm + +NO_ARCH= yes OPTIONS_DEFINE= DOCS MANPAGES OPTIONS_DEFAULT= MANPAGES diff --git a/net-mgmt/crmsh/pkg-plist b/net-mgmt/crmsh/pkg-plist index fe9ab77084e2..feeab87372a2 100644 --- a/net-mgmt/crmsh/pkg-plist +++ b/net-mgmt/crmsh/pkg-plist @@ -1,5 +1,5 @@ bin/crm -etc/crm/crm.conf.sample +@sample etc/crm/crm.conf.sample etc/crm/profiles.yml %%PYTHON_SITELIBDIR%%/crmsh-4.5.0-py%%PYTHON_VER%%.egg-info/PKG-INFO %%PYTHON_SITELIBDIR%%/crmsh-4.5.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt |