View | Details | Raw Unified | Return to bug 138334
Collapse All | Expand All

(-)noc/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	noc
8
PORTNAME=	noc
9
PORTVERSION=	0.2.7
9
PORTVERSION=	0.2.7
10
PORTREVISION=	1
10
CATEGORIES=	net-mgmt python
11
CATEGORIES=	net-mgmt python
11
MASTER_SITES=	http://trac.nocproject.org/trac/downloads/
12
MASTER_SITES=	http://trac.nocproject.org/trac/downloads/
12
DISTNAME=	noc-${PORTVERSION}
13
DISTNAME=	noc-${PORTVERSION}
(-)noc/files/noc.sh.in (+2 lines)
Lines 30-35 Link Here
30
: ${noc_config="%%NOCDIR%%/etc/noc-launcher.conf"}
30
: ${noc_config="%%NOCDIR%%/etc/noc-launcher.conf"}
31
: ${noc_flags="-c ${noc_config}"}
31
: ${noc_flags="-c ${noc_config}"}
32
32
33
export PATH=$PATH:/usr/local/bin
34
33
noc_chdir=%%NOCDIR%%
35
noc_chdir=%%NOCDIR%%
34
command=%%NOCDIR%%/scripts/noc-launcher.py
36
command=%%NOCDIR%%/scripts/noc-launcher.py
35
command_interpreter=python
37
command_interpreter=python

Return to bug 138334