diff options
Diffstat (limited to 'net-mgmt/cnagios/Makefile')
-rw-r--r-- | net-mgmt/cnagios/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-mgmt/cnagios/Makefile b/net-mgmt/cnagios/Makefile index 6181c2c19a9d..bf149f52e5b7 100644 --- a/net-mgmt/cnagios/Makefile +++ b/net-mgmt/cnagios/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cnagios -PORTVERSION= 0.31 -PORTREVISION= 1 +PORTVERSION= 0.32 CATEGORIES= net-mgmt MAINTAINER= alexander.4mail@gmail.com @@ -26,10 +25,6 @@ CONFIGURE_ARGS= --with-etc-dir="${ETCDIR}" \ USES= perl5 ALL_TARGET= cnagios -post-patch: -# check in next relase if version match, and adjust/remove the next line - ${REINPLACE_CMD} -e 's/0.30/${PORTVERSION}/' ${WRKSRC}/version.h - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cnagios |