summaryrefslogtreecommitdiff
path: root/devel/opencm/patches/patch-ad
blob: f23390dbac4fcc6665d393a727701f65b0d4e652 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
$NetBSD: patch-ad,v 1.5 2003/06/20 10:55:24 jmmv Exp $

--- Makefile.in.orig	2003-06-15 19:09:42.000000000 +0200
+++ Makefile.in
@@ -92,8 +92,8 @@ datadir = @datadir@
 # work robustly when the user messes with --prefix...
 
 # Where to put the Info files
-shareinfodir=$(findstring $(datadir)/info,$(wildcard $(datadir)/*))
-infodir = $(if $(shareinfodir),$(shareinfodir),@infodir@)
+shareinfodir=@infodir@
+infodir = @infodir@
 
 # Where to put the manual pages.
 sharemandir=$(findstring $(datadir)/man,$(wildcard $(datadir)/*))
@@ -127,7 +127,7 @@ DISTFILES = \
 
 ### Subdirectories to run make in for the primary targets.
 # Unix source subdirs, where we'll want to run lint and etags:
-USOURCE_SUBDIRS = libgdiff gc6.1 zlib src
+USOURCE_SUBDIRS = libgdiff src
 ifeq "@HAVE_MAKEINFO@" "no"
 SKIP_DOCS="yes"
 endif