git: c3cb0a4a2436 - main - net/minissdpd: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:35:12 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3cb0a4a2436e78e8f5adf09473d635b4fc0d9ef commit c3cb0a4a2436e78e8f5adf09473d635b4fc0d9ef Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:26:55 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:26:55 +0000 net/minissdpd: Add CPE information Approved by: portmgr (blanket) --- net/minissdpd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/minissdpd/Makefile b/net/minissdpd/Makefile index 7972587556ed..fd3e791758d4 100644 --- a/net/minissdpd/Makefile +++ b/net/minissdpd/Makefile @@ -11,7 +11,8 @@ COMMENT= UPnP IGD discovery speed enhancer LICENSE= BSD3CLAUSE -USES= gmake +USES= cpe gmake +CPE_VENDOR= miniupnp_project USE_RC_SUBR= minissdpd CFLAGS+= -D_GNU_SOURCE