Date: Tue, 13 Nov 2018 05:36:54 +0000 (UTC) From: Olivier Cochard <olivier@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484857 - head/net/bird Message-ID: <201811130536.wAD5as0Z031164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivier Date: Tue Nov 13 05:36:53 2018 New Revision: 484857 URL: https://svnweb.freebsd.org/changeset/ports/484857 Log: Fix creating birdvty at installation time PR: 233185 Submitted by: hashiz@meridiani.jp Modified: head/net/bird/Makefile Modified: head/net/bird/Makefile ============================================================================== --- head/net/bird/Makefile Tue Nov 13 04:14:35 2018 (r484856) +++ head/net/bird/Makefile Tue Nov 13 05:36:53 2018 (r484857) @@ -3,7 +3,7 @@ PORTNAME= bird PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ @@ -22,6 +22,8 @@ CONFIGURE_ARGS= --localstatedir=/var MAKE_JOBS_UNSAFE= yes USE_RC_SUBR= ${PKGBASE} + +GROUPS= birdvty .if ${FLAVOR:U} == ipv6 CONFIGURE_ARGS+= --enable-ipv6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811130536.wAD5as0Z031164>