diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-09-10 22:39:04 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-09-10 22:39:04 +0000 |
commit | dbb94f2c21cd7e7d9192a906e35a26590ed7c4ce (patch) | |
tree | e495a8ee527d655a70b3336024ff2d5487dc2332 /net/rrdtool10 | |
parent | building a static binary has been broken. fix that (diff) |
Move rrdtool examples from ${PREFIX}/share/rrdtool/examples to
${PREFIX}/share/examples/rrdtool where they belong.
Found by: looking for rrdtool examples in /usr/local/share/examples =)
Notes
Notes:
svn path=/head/; revision=21621
Diffstat (limited to 'net/rrdtool10')
-rw-r--r-- | net/rrdtool10/Makefile | 8 | ||||
-rw-r--r-- | net/rrdtool10/pkg-plist | 12 |
2 files changed, 11 insertions, 9 deletions
diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile index 81cab1bb259e..bb8d6e0acbf3 100644 --- a/net/rrdtool10/Makefile +++ b/net/rrdtool10/Makefile @@ -27,9 +27,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin - ${MKDIR} -m 755 ${PREFIX}/share/rrdtool/examples - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/rrdtool/examples - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/rrdtool/examples + ${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool + ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool + ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool @@ -45,7 +45,7 @@ post-install: .if !defined(BATCH) @${ECHO} "" @${ECHO} "############################################################################" - @${ECHO} "# See ${PREFIX}/share/rrdtool/examples for some demonstration code #" + @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" @${ECHO} "############################################################################" .endif diff --git a/net/rrdtool10/pkg-plist b/net/rrdtool10/pkg-plist index a12923340813..61ec49635812 100644 --- a/net/rrdtool10/pkg-plist +++ b/net/rrdtool10/pkg-plist @@ -1,9 +1,12 @@ bin/rrdtool bin/rrdcgi bin/log2rrd.pl -share/rrdtool/examples/piped-demo.pl -share/rrdtool/examples/shared-demo.pl -share/rrdtool/examples/cgi-demo.cgi +share/examples/rrdtool/bigtops.pl +share/examples/rrdtool/minmax.pl +share/examples/rrdtool/piped-demo.pl +share/examples/rrdtool/shared-demo.pl +share/examples/rrdtool/stripes.pl +share/examples/rrdtool/cgi-demo.cgi share/doc/rrdtool/README.log2rrd share/doc/rrdtool/RRDp.html share/doc/rrdtool/RRDs.html @@ -22,6 +25,5 @@ share/doc/rrdtool/rrdtutorial.html share/doc/rrdtool/rrdupdate.html lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm lib/perl5/site_perl/%%PERL_VER%%/RRDs.pm -@dirrm share/rrdtool/examples -@dirrm share/rrdtool +@dirrm share/examples/rrdtool @dirrm share/doc/rrdtool |