Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2023 00:18:14 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 183848087d29 - 2023Q4 - sysutils/nut*: Remove redundant PLIST_SUB
Message-ID:  <202310140018.39E0IEMN067980@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q4 has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=183848087d29ec5cc6a39f8043294e386149f775

commit 183848087d29ec5cc6a39f8043294e386149f775
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-10-11 04:28:25 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-10-14 00:01:58 +0000

    sysutils/nut*: Remove redundant PLIST_SUB
    
    (cherry picked from commit 6c3f086c2ed4c5059906a6aa8183868fab073d38)
---
 sysutils/nut-devel/Makefile | 2 --
 sysutils/nut/Makefile       | 2 --
 2 files changed, 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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310140018.39E0IEMN067980>