mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
14 lines
359 B
Plaintext
14 lines
359 B
Plaintext
$NetBSD: patch-aa,v 1.7 2007/10/16 14:06:35 obache Exp $
|
|
|
|
--- Makefile.in.orig 2007-03-07 02:41:10.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -45,7 +45,7 @@ MYLIBDIR = @libdir@
|
|
MYBINDIR = @bindir@
|
|
MYMAN1DIR = @mandir@/man1
|
|
MYMAN3DIR = @mandir@/man3
|
|
-MYDATADIR = @datadir@/$(PACKAGE)
|
|
+MYDATADIR = @datadir@/doc/$(PACKAGE)
|
|
MYPCDIR = @libdir@/pkgconfig
|
|
DESTDIR =
|
|
|