diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-01-11 00:59:40 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-01-11 00:59:40 +0000 |
commit | 0556fbf6e35322e9e3385d1788e4348004e0ff9b (patch) | |
tree | 42d8acae641b5a0cc336c5e95221dde43b56e014 /net/rrdtool10/files/patch-af | |
parent | Update to 1.0.10 (diff) |
Actually add the new patch files.
PR: 15999
Notes
Notes:
svn path=/head/; revision=24632
Diffstat (limited to 'net/rrdtool10/files/patch-af')
-rw-r--r-- | net/rrdtool10/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rrdtool10/files/patch-af b/net/rrdtool10/files/patch-af new file mode 100644 index 000000000000..a109c319e248 --- /dev/null +++ b/net/rrdtool10/files/patch-af @@ -0,0 +1,11 @@ +--- examples/Makefile.in.orig Fri Jan 7 20:58:16 2000 ++++ examples/Makefile.in Fri Jan 7 20:59:13 2000 +@@ -81,7 +81,7 @@ + + EXTRA_DIST = cgi-demo.cgi.in piped-demo.pl.in shared-demo.pl.in stripes.pl.in bigtops.pl.in minmax.pl.in + +-examplesdir = $(prefix)/examples ++examplesdir = $(prefix)/share/examples/rrdtool + examples_SCRIPTS = cgi-demo.cgi piped-demo.pl shared-demo.pl stripes.pl bigtops.pl minmax.pl + mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs + CONFIG_HEADER = ../config/config.h |