summaryrefslogtreecommitdiff
path: root/devel/sparsehash/patches/patch-aa
blob: 609b1fd4c0aa89fa3d1089d5c284b6809e6b5a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-aa,v 1.2 2006/08/03 19:46:42 wiz Exp $

--- Makefile.in.orig	2006-07-23 19:19:48.000000000 +0300
+++ Makefile.in
@@ -93,8 +93,8 @@ googleinclude_HEADERS = \
    src/google/type_traits.h
 
 
-docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
-dist_doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
+docdir = $(prefix)/share/doc/$(PACKAGE)
+dist_doc_DATA =          			\
    doc/dense_hash_map.html			\
    doc/dense_hash_set.html			\
    doc/sparse_hash_map.html			\