5def627a21
chrpath allows you to modify the dynamic library load path (rpath and runpath) of compiled programs and libraries.
13 lines
348 B
Text
13 lines
348 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2008/02/28 23:38:10 tnn Exp $
|
|
|
|
--- Makefile.in.orig 2004-09-19 10:42:53.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -66,7 +66,7 @@ VERSION = @VERSION@
|
|
|
|
SUBDIRS = testsuite deb
|
|
|
|
-docdir = $(prefix)/doc/$(PACKAGE)-$(VERSION)
|
|
+docdir = $(prefix)/share/doc/$(PACKAGE)
|
|
|
|
doc_DATA = AUTHORS COPYING ChangeLog INSTALL NEWS README
|
|
|