diff options
author | zi <zi@FreeBSD.org> | 2011-09-01 03:13:59 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2011-09-01 03:13:59 +0800 |
commit | e0f6deb70424f7f55660d3e106168bc591a57abb (patch) | |
tree | 78d41cb1bca438d046275b49c33b019948712718 | |
parent | 77699e14c47b377a533577e29555322f9cf7e87e (diff) | |
download | freebsd-ports-gnome-e0f6deb70424f7f55660d3e106168bc591a57abb.tar.gz freebsd-ports-gnome-e0f6deb70424f7f55660d3e106168bc591a57abb.tar.zst freebsd-ports-gnome-e0f6deb70424f7f55660d3e106168bc591a57abb.zip |
Remove unneeded graph.gif, as it is now included with nagios 3.3.x
Reported by: pointyhat
Approved by: wxs (mentor)
-rw-r--r-- | net-mgmt/nagiostat/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/nagiostat/pkg-plist | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net-mgmt/nagiostat/Makefile b/net-mgmt/nagiostat/Makefile index 9d164d4c5131..dac0ae77f363 100644 --- a/net-mgmt/nagiostat/Makefile +++ b/net-mgmt/nagiostat/Makefile @@ -40,7 +40,6 @@ do-install: @${INSTALL_SCRIPT} ${WRKSRC}/nagiostat ${PREFIX}/libexec/${PORTNAME}/ @${LN} -fs ${PREFIX}/libexec/${PORTNAME}/nagiostat ${PREFIX}/${NAGIOSWWWDIR}/cgi-bin/nagiostat.cgi @${INSTALL_DATA} ${WRKSRC}/nagiostat.conf ${PREFIX}/etc/nagiostat.conf-sample - @${INSTALL_DATA} ${WRKSRC}/graph.gif ${PREFIX}/${NAGIOSWWWDIR}/images/logos @${MKDIR} ${PREFIX}/libexec/${PORTNAME}/html-templates/ @${INSTALL_DATA} ${WRKSRC}/html-templates/default.html ${PREFIX}/libexec/${PORTNAME}/html-templates/ @${INSTALL_DATA} ${WRKSRC}/html-templates/graphindex.html ${PREFIX}/libexec/${PORTNAME}/html-templates/ diff --git a/net-mgmt/nagiostat/pkg-plist b/net-mgmt/nagiostat/pkg-plist index d441a47a2530..359ae83355de 100644 --- a/net-mgmt/nagiostat/pkg-plist +++ b/net-mgmt/nagiostat/pkg-plist @@ -7,7 +7,6 @@ etc/nagiostat.conf-sample libexec/nagiostat/nagiostat libexec/nagiostat/html-templates/default.html libexec/nagiostat/html-templates/graphindex.html -%%NAGIOSWWWDIR%%/images/logos/graph.gif %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/GPL.txt @dirrm libexec/nagiostat/html-templates |