diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-30 00:34:28 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-07-30 00:34:28 +0800 |
commit | 2b6f60e75979fe81551ee48d201b9186f2bafa50 (patch) | |
tree | a0037b3f30542247c3fe09587972a8a3fe136fa6 /net | |
parent | 0f6b57aee263b178a5a06dae17cfccf43efa5922 (diff) | |
download | freebsd-ports-gnome-2b6f60e75979fe81551ee48d201b9186f2bafa50.tar.gz freebsd-ports-gnome-2b6f60e75979fe81551ee48d201b9186f2bafa50.tar.zst freebsd-ports-gnome-2b6f60e75979fe81551ee48d201b9186f2bafa50.zip |
- Fix shebangs
- Readd missing directory to plist
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/openvswitch/Makefile | 4 | ||||
-rw-r--r-- | net/openvswitch/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
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 |