Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -1,15 +1,15 @@
$NetBSD: patch-am,v 1.8 2010/07/06 07:31:37 adam Exp $
$NetBSD: patch-am,v 1.9 2016/02/01 09:41:59 adam Exp $
Correct examples directory.
--- examples/rrdcached/Makefile.in.orig 2010-07-06 07:23:46.000000000 +0000
--- examples/rrdcached/Makefile.in.orig 2015-11-10 16:59:27.000000000 +0000
+++ examples/rrdcached/Makefile.in
@@ -283,7 +283,7 @@ target_vendor = @target_vendor@
@@ -356,7 +356,7 @@ target_vendor = @target_vendor@
top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
-examplesdir = $(pkgdatadir)/examples/rrdcached
+examplesdir = $(prefix)/share/examples/rrdcached
examples_SCRIPTS = RRDCached.pm rrdcached-size.pl
EXTRA_DIST = RRDCached.pm rrdcached-size.pl
all: all-am
examples_SCRIPTS = rrdcached-size.pl
examples_DATA = RRDCached.pm
EXTRA_DIST = $(examples_DATA) $(examples_SCRIPTS)