summaryrefslogtreecommitdiff
path: root/cad/gwave/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-31 17:21:58 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-31 17:21:58 +0000
commit56c5ee7e23a873e8bd28e5b0381425b4116544f1 (patch)
tree040dedd742a52566593c0e21df3424696e7f7665 /cad/gwave/patches
parent25da46bffe6c2bb6f8d5bcb14e372a5d189b0634 (diff)
downloadpkgsrc-56c5ee7e23a873e8bd28e5b0381425b4116544f1.tar.gz
-fix building of manpage (don't try and use docbook-to-man). Instead supply
the resulting manpage as a file.
Diffstat (limited to 'cad/gwave/patches')
-rw-r--r--cad/gwave/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/gwave/patches/patch-ab b/cad/gwave/patches/patch-ab
new file mode 100644
index 00000000000..9f2d38fbd31
--- /dev/null
+++ b/cad/gwave/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.1 2000/08/31 17:21:59 dmcmahill Exp $
+
+--- doc/Makefile.in.orig Thu Aug 10 00:35:03 2000
++++ doc/Makefile.in Thu Aug 31 11:28:38 2000
+@@ -42,5 +42,5 @@
+ DESTDIR =
+
+-pkgdatadir = $(datadir)/@PACKAGE@
++pkgdatadir = $(datadir)/doc/@PACKAGE@
+ pkglibdir = $(libdir)/@PACKAGE@
+ pkgincludedir = $(includedir)/@PACKAGE@