From 2b6f60e75979fe81551ee48d201b9186f2bafa50 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 29 Jul 2015 16:34:28 +0000 Subject: - Fix shebangs - Readd missing directory to plist Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- net/openvswitch/Makefile | 4 +++- net/openvswitch/pkg-plist | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 8e9013601a36..ab13387092ba 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -3,6 +3,7 @@ PORTNAME= openvswitch PORTVERSION= 2.3.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ @@ -14,7 +15,8 @@ LICENSE= APACHE20 BROKEN_FreeBSD_8= does not build on FreeBSD < 10.x BROKEN_FreeBSD_9= does not build on FreeBSD < 10.x -USES= cpe gmake libtool perl5 pkgconfig python +USES= cpe gmake libtool perl5 pkgconfig python shebangfix +SHEBANG_FILES= vtep/ovs-vtep USE_OPENSSL= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/net/openvswitch/pkg-plist b/net/openvswitch/pkg-plist index 0007519a021b..c1f17fdf481d 100644 --- a/net/openvswitch/pkg-plist +++ b/net/openvswitch/pkg-plist @@ -115,5 +115,6 @@ sbin/ovsdb-server @dir /var/db/openvswitch @dir /var/lib/openvswitch/pki @dir /var/lib/openvswitch +@dir /var/lib @dir /var/log/openvswitch @dir /var/run/openvswitch -- cgit