diff options
author | kim <kim> | 2000-03-05 07:35:17 +0000 |
---|---|---|
committer | kim <kim> | 2000-03-05 07:35:17 +0000 |
commit | 2ff8f709351d6cb19d6e501fc368f1c6169bfc84 (patch) | |
tree | d626d99ef1cd47191c184b4ca677774a25473afe /net/mrtg | |
parent | 115f29f1a8d1651192592872cf051d7f5c9e3b05 (diff) | |
download | pkgsrc-2ff8f709351d6cb19d6e501fc368f1c6169bfc84.tar.gz |
The generated pages are trying to include png files for the logos,
not gif files. So we need to install the png logos.
Diffstat (limited to 'net/mrtg')
-rw-r--r-- | net/mrtg/Makefile | 4 | ||||
-rw-r--r-- | net/mrtg/pkg/PLIST | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index de6150b28b5..635cedff3a4 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/03/03 13:56:48 agc Exp $ +# $NetBSD: Makefile,v 1.14 2000/03/05 07:35:17 kim Exp $ # FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp # @@ -51,7 +51,7 @@ do-install: for file in ANNOUNCE CHANGES COPYING COPYRIGHT README; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/share/doc/mrtg/; \ done - for file in ${WRKSRC}/images/*.gif; do \ + for file in ${WRKSRC}/images/*.png; do \ ${INSTALL_DATA} $$file ${PREFIX}/share/mrtg/; \ done ${INSTALL_DATA} ${WRKDIR}/mrtg.conf.example ${PREFIX}/etc/mrtg diff --git a/net/mrtg/pkg/PLIST b/net/mrtg/pkg/PLIST index a2f344e0168..4171fb6bbab 100644 --- a/net/mrtg/pkg/PLIST +++ b/net/mrtg/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1999/08/28 23:25:30 kim Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/03/05 07:35:18 kim Exp $ bin/mrtg bin/mrtgcfgmaker bin/mrtgcfgmaker_ip @@ -31,10 +31,10 @@ share/doc/mrtg/mrtg-ti.gif share/doc/mrtg/nt-guide.html share/doc/mrtg/sample-mrtg.cfg share/doc/mrtg/squid.txt -share/mrtg/mrtg-l.gif -share/mrtg/mrtg-m.gif -share/mrtg/mrtg-r.gif -share/mrtg/mrtg-ti.gif +share/mrtg/mrtg-l.png +share/mrtg/mrtg-m.png +share/mrtg/mrtg-r.png +share/mrtg/mrtg-ti.png @dirrm etc/mrtg @dirrm share/doc/mrtg @dirrm share/mrtg |