Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Sep 2021 20:30:03 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f7bd62a10c4a - main - net/bird: Add CPE information
Message-ID:  <202109252030.18PKU3Xq055990@gitrepo.freebsd.org>

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

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

commit f7bd62a10c4af13ef7f410ba1d35a2aebd83998e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-25 20:20:52 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-25 20:28:55 +0000

    net/bird: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net/bird/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/bird/Makefile b/net/bird/Makefile
index fe63aa60ca14..e10ea50fabf6 100644
--- a/net/bird/Makefile
+++ b/net/bird/Makefile
@@ -13,7 +13,9 @@ LICENSE=	GPLv2
 FLAVORS=	ipv4 ipv6
 ipv6_PKGNAMESUFFIX=	6
 
-USES=		autoreconf bison gmake ncurses readline
+USES=		autoreconf bison cpe gmake ncurses readline
+
+CPE_VENDOR=	nic
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var



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