diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-06 15:50:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-06 15:50:58 +0000 |
commit | 82d593a1a6a33b57c6e744e23d9349d6fa0165d9 (patch) | |
tree | 01367757033f7154711c6e29fd51492eca316387 /net/bird/Makefile | |
parent | 0650be322017ea5f9d27a5a325341f4496d28c78 (diff) | |
download | ports-82d593a1a6a33b57c6e744e23d9349d6fa0165d9.tar.gz ports-82d593a1a6a33b57c6e744e23d9349d6fa0165d9.zip |
- Update to 1.0.15
Notes
Notes:
svn path=/head/; revision=235314
Diffstat (limited to 'net/bird/Makefile')
-rw-r--r-- | net/bird/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/bird/Makefile b/net/bird/Makefile index c242ae252e5a..f7b9bdb0f593 100644 --- a/net/bird/Makefile +++ b/net/bird/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bird -PORTVERSION= 1.0.11 -PORTREVISION= 1 +PORTVERSION= 1.0.15 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ @@ -19,6 +18,8 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-ipv6 +MAKE_JOBS_UNSAFE= yes + post-install: @if [ ! -f ${PREFIX}/etc/bird.conf ]; then \ ${CP} -p ${PREFIX}/etc/bird.conf.example ${PREFIX}/etc/bird.conf ; \ |