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/Makefile | |
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/Makefile')
-rw-r--r-- | net/rrdtool10/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |