diff options
author | Cy Schubert <cy@FreeBSD.org> | 2023-10-11 04:28:25 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2023-10-11 04:28:25 +0000 |
commit | 6c3f086c2ed4c5059906a6aa8183868fab073d38 (patch) | |
tree | 73ff5b710f76b9885328455d61bf585ad4a1806c | |
parent | ba1f27c601d3f189b767f2cc0ab3ca83f46c4db7 (diff) | |
download | ports-6c3f086c2ed4c5059906a6aa818386.tar.gz ports-6c3f086c2ed4c5059906a6aa818386.zip |
sysutils/nut*: Remove redundant PLIST_SUB
MFH: 2023Q4
-rw-r--r-- | sysutils/nut-devel/Makefile | 2 | ||||
-rw-r--r-- | sysutils/nut/Makefile | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/nut-devel/Makefile b/sysutils/nut-devel/Makefile index 8c5d04125209..8fa581313f25 100644 --- a/sysutils/nut-devel/Makefile +++ b/sysutils/nut-devel/Makefile @@ -136,8 +136,6 @@ NSS_LIB_DEPENDS= libnss3.so:security/nss NSS_CONFIGURE_WITH= nss DEV_CONFIGURE_WITH= dev -DEV_PLIST_SUB= DEV="" -DEV_PLIST_SUB_OFF= DEV="@comment " .include <bsd.port.pre.mk> diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 5514f042b979..4f236d4816e9 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -118,8 +118,6 @@ NSS_LIB_DEPENDS= libnss3.so:security/nss NSS_CONFIGURE_WITH= nss DEV_CONFIGURE_WITH= dev -DEV_PLIST_SUB= DEV="" -DEV_PLIST_SUB_OFF= DEV="@comment " .include <bsd.port.pre.mk> |