git: 2c356d6bfcf8 - main - net/ocserv: Fix build and wrong PLIST

From: Juraj Lutter <otis_at_FreeBSD.org>
Date: Thu, 09 Nov 2023 13:59:55 UTC
The branch main has been updated by otis:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c356d6bfcf82d9ac3c110dc80dd8465f4155e08

commit 2c356d6bfcf82d9ac3c110dc80dd8465f4155e08
Author:     Juraj Lutter <otis@FreeBSD.org>
AuthorDate: 2023-11-09 13:56:56 +0000
Commit:     Juraj Lutter <otis@FreeBSD.org>
CommitDate: 2023-11-09 13:59:35 +0000

    net/ocserv: Fix build and wrong PLIST
    
    Do not include now-non-existing file in plist.
    
    Reported by:    Trond Endrestøl <Trond.Endrestol@ximalas.info>
    PR:             274983
---
 net/ocserv/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/ocserv/Makefile b/net/ocserv/Makefile
index c9f76d6539b4..808a77c12cdb 100644
--- a/net/ocserv/Makefile
+++ b/net/ocserv/Makefile
@@ -38,7 +38,7 @@ GROUPS=		_ocserv
 
 PLIST_SUB=	GROUPS="${GROUPS}" \
 		USERS="${USERS}"
-PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
+PORTDOCS=	AUTHORS ChangeLog NEWS README
 PORTEXAMPLES=	profile.xml sample.config sample.passwd
 
 OPTIONS_DEFINE=	DOCS EXAMPLES GSSAPI MAXMIND RADIUS