aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nagios2/Makefile')
-rw-r--r--net-mgmt/nagios2/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/net-mgmt/nagios2/Makefile b/net-mgmt/nagios2/Makefile
index a93519dd68ae..a88506ecef76 100644
--- a/net-mgmt/nagios2/Makefile
+++ b/net-mgmt/nagios2/Makefile
@@ -6,13 +6,11 @@
#
PORTNAME= netsaint
-PORTVERSION= 0.0.7b6
-PORTREVISION= 1
+PORTVERSION= 0.0.7b8
CATEGORIES= net
MASTER_SITES= http://netsaint.sourceforge.net/download/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=dwcjr
-
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} netsaint-graphics.tar.gz
MAINTAINER= blaz@si.FreeBSD.org
@@ -45,14 +43,9 @@ pre-install:
BSDIMAGES= bsd_logofullsize.gif bsd_sblogo.gif
-post-patch:
- cd ${WRKSRC} && tar zxf ${DISTDIR}/netsaint-graphics.tar.gz
-
-
post-install:
.for i in ${BSDIMAGES}
- ${INSTALL_DATA} ${WRKSRC}/html/images/$i ${PREFIX}/share/${PORTNAME}/images/
+ ${INSTALL_DATA} ${WRKDIR}/netsaint-0.0.7b6/html/images/$i ${PREFIX}/share/${PORTNAME}/images/
.endfor
-
.include <bsd.port.mk>