diff options
Diffstat (limited to 'x11/fox/patches/patch-ac')
-rw-r--r-- | x11/fox/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/fox/patches/patch-ac b/x11/fox/patches/patch-ac new file mode 100644 index 00000000000..0aedb3ac43f --- /dev/null +++ b/x11/fox/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2001/02/24 16:56:56 sakamoto Exp $ + +--- doc/Makefile.in.orig Tue Feb 13 01:35:22 2001 ++++ doc/Makefile.in +@@ -84,7 +84,7 @@ + VERSION = @VERSION@ + X_BASE_LIBS = @X_BASE_LIBS@ + +-htmldir = $(prefix)/@PACKAGE@/html ++htmldir = $(prefix)/share/doc/html/@PACKAGE@ + + # Source code documentation tool + PERCEPS = perceps |