diff options
author | Cy Schubert <cy@FreeBSD.org> | 2022-05-03 15:57:02 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2022-05-09 17:49:26 +0000 |
commit | 3c17b06cc193f3f7b2175601ce0b4950ac07bf17 (patch) | |
tree | 1e8214d2a137e735b4ec88924d32b68db972a661 | |
parent | 429c33beb4e96656d0bac5cc9dc1006670d1b62a (diff) | |
download | ports-3c17b06cc193f3f7b2175601ce0b4950ac07bf17.tar.gz ports-3c17b06cc193f3f7b2175601ce0b4950ac07bf17.zip |
sysutils/nut*: Use canned options descriptions
Remove the descriptions already documented in Mk/bsd.options.desc.mk.
PR: 263751
Reported by: Joerg Pulz <Joerg.Pulz@frm2.tum.de>
-rw-r--r-- | sysutils/nut-devel/Makefile | 3 | ||||
-rw-r--r-- | sysutils/nut/Makefile | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index 59884c8bba7a..efdcda3a5d64 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -40,12 +40,9 @@ OPTIONS_SINGLE_SSL= SSL_OFF OPENSSL NSS SERIAL_DESC= SERIAL support USB_DESC= USB support -SNMP_DESC= SNMP support NEON_DESC= NEON XML/HTTP support PDU_DESC= Powerman PDU support CGI_DESC= Web CGI interface -BASH_DESC= Bash Completion support -AVAHI_DESC= Avahi support IPMI_OFF_DESC= No IPMI support FREEIPMI_DESC= freeipmi support IPMIPSU_DESC= Use nut-ipmipsu support (experimental) diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 88b04128fefd..ba58c632e617 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -32,12 +32,9 @@ OPTIONS_SINGLE_SSL= SSL_OFF OPENSSL NSS SERIAL_DESC= SERIAL support USB_DESC= USB support -SNMP_DESC= SNMP support NEON_DESC= NEON XML/HTTP support PDU_DESC= Powerman PDU support CGI_DESC= Web CGI interface -BASH_DESC= Bash Completion support -AVAHI_DESC= Avahi support IPMI_OFF_DESC= No IPMI support FREEIPMI_DESC= freeipmi support IPMIPSU_DESC= Use nut-ipmipsu support (experimental) |