diff options
author | tron <tron> | 2000-08-23 21:11:36 +0000 |
---|---|---|
committer | tron <tron> | 2000-08-23 21:11:36 +0000 |
commit | b3c4a00984329aa720ac63faf74650af8a3c03d6 (patch) | |
tree | e8ae005e7125f03353aad8c4d96ff13dec16ab86 /textproc/kdoc/patches | |
parent | 2468f72d7b6a3f7b3524e0b85d3c60ce5c40278c (diff) | |
download | pkgsrc-b3c4a00984329aa720ac63faf74650af8a3c03d6.tar.gz |
Install documentation into directory "share/doc" instead of "doc" and
list it in the package list.
Diffstat (limited to 'textproc/kdoc/patches')
-rw-r--r-- | textproc/kdoc/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/kdoc/patches/patch-aa b/textproc/kdoc/patches/patch-aa new file mode 100644 index 00000000000..b0130cff191 --- /dev/null +++ b/textproc/kdoc/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2000/08/23 21:11:36 tron Exp $ + +--- configure.orig Thu Dec 9 17:48:29 1999 ++++ configure Wed Aug 23 23:10:24 2000 +@@ -623,7 +623,7 @@ + + + mandir='${prefix}/man/man1' +-docdir='${prefix}/doc/kdoc' ++docdir='${prefix}/share/doc/kdoc' + + + |