Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/net-mgmt/cnagios/Makefile 388255 2015-06-01 19:06:53Z riggs $ |
2 |
# $FreeBSD: head/net-mgmt/cnagios/Makefile 388255 2015-06-01 19:06:53Z riggs $ |
3 |
|
3 |
|
4 |
PORTNAME= cnagios |
4 |
PORTNAME= cnagios |
5 |
PORTVERSION= 0.31 |
5 |
PORTVERSION= 0.32 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= net-mgmt |
6 |
CATEGORIES= net-mgmt |
8 |
|
7 |
|
9 |
MAINTAINER= alexander.4mail@gmail.com |
8 |
MAINTAINER= alexander.4mail@gmail.com |
Lines 26-35
Link Here
|
26 |
USES= perl5 |
25 |
USES= perl5 |
27 |
ALL_TARGET= cnagios |
26 |
ALL_TARGET= cnagios |
28 |
|
27 |
|
29 |
post-patch: |
|
|
30 |
# check in next relase if version match, and adjust/remove the next line |
31 |
${REINPLACE_CMD} -e 's/0.30/${PORTVERSION}/' ${WRKSRC}/version.h |
32 |
|
33 |
post-install: |
28 |
post-install: |
34 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cnagios |
29 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cnagios |
35 |
|
30 |
|