diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 16:34:28 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-07-29 16:34:28 +0000 |
commit | b2bfccc243081d66ad8ddc8ccaf5c6213ca8ff1e (patch) | |
tree | a0037b3f30542247c3fe09587972a8a3fe136fa6 | |
parent | 0ce87cd02c67e82bce273a355ed99b03c3725e32 (diff) | |
download | freebsd-ports-b2bfccc243081d66ad8ddc8ccaf5c6213ca8ff1e.zip |
- Fix shebangs
- Readd missing directory to plist
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
-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 |