Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2023 04:29:10 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6c3f086c2ed4 - main - sysutils/nut*: Remove redundant PLIST_SUB
Message-ID:  <202310110429.39B4TAGA086956@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=6c3f086c2ed4c5059906a6aa8183868fab073d38

commit 6c3f086c2ed4c5059906a6aa8183868fab073d38
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-10-11 04:28:25 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-10-11 04:28:25 +0000

    sysutils/nut*: Remove redundant PLIST_SUB
    
    MFH:    2023Q4
---
 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?202310110429.39B4TAGA086956>