diff options
Diffstat (limited to 'misc/siag/patches/patch-ah')
-rw-r--r-- | misc/siag/patches/patch-ah | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/siag/patches/patch-ah b/misc/siag/patches/patch-ah new file mode 100644 index 00000000000..3703a5d3d94 --- /dev/null +++ b/misc/siag/patches/patch-ah @@ -0,0 +1,15 @@ +$NetBSD: patch-ah,v 1.1 1999/10/21 15:15:02 agc Exp $ + +Use the correct directory for docs. + +--- plugins/Makefile.in 1999/10/21 15:05:37 1.1 ++++ plugins/Makefile.in 1999/10/21 15:05:57 +@@ -83,7 +83,7 @@ + + bindir = $(libexecdir)/siag/plugins + +-docdir = $(prefix)/doc/siag/plugins ++docdir = $(prefix)/share/doc/siag/plugins + + doc_DATA = README CHANGES + |