aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2013-06-20 00:53:56 +0800
committerzi <zi@FreeBSD.org>2013-06-20 00:53:56 +0800
commit0c6e4233b1ab9eb3408169adb8b7c1c052666086 (patch)
tree154b17d08750519409c7546684a2179bae6026e4
parentec228ce9d8a3d6dbd6aa5ba58ffb36e75a0c3f16 (diff)
downloadfreebsd-ports-gnome-0c6e4233b1ab9eb3408169adb8b7c1c052666086.tar.gz
freebsd-ports-gnome-0c6e4233b1ab9eb3408169adb8b7c1c052666086.tar.zst
freebsd-ports-gnome-0c6e4233b1ab9eb3408169adb8b7c1c052666086.zip
- Fix rc script for new file location
- Bump PORTREVISION Submitted by: Victor Sudakov <sudakov@sibptus.tomsk.ru>
-rw-r--r--net/exabgp/Makefile1
-rw-r--r--net/exabgp/files/exabgp.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile
index 15dcd5800e02..cb6589092fc3 100644
--- a/net/exabgp/Makefile
+++ b/net/exabgp/Makefile
@@ -3,6 +3,7 @@
PORTNAME= exabgp
PORTVERSION= 3.1.11
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
http://mirrors.rit.edu/zi/
diff --git a/net/exabgp/files/exabgp.in b/net/exabgp/files/exabgp.in
index 0645945c8208..3034a7ae993e 100644
--- a/net/exabgp/files/exabgp.in
+++ b/net/exabgp/files/exabgp.in
@@ -24,7 +24,7 @@ pidfile=/var/run/${name}/${name}.pid
required_files=${exabgp_conf}
-command="%%PYTHON_SITELIBDIR%%/${name}/application.py"
+command="%%PYTHON_SITELIBDIR%%/${name}/application/bgp.py"
procname="%%PYTHON_CMD%%"
start_cmd="exabgp_start"