mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 04:18:55 -04:00
14 lines
399 B
Plaintext
14 lines
399 B
Plaintext
$NetBSD: patch-ab,v 1.5 2013/06/28 15:03:55 ryoon Exp $
|
|
|
|
--- doc/mini-howto/Makefile.in.orig 2013-03-09 12:40:15.000000000 +0000
|
|
+++ doc/mini-howto/Makefile.in
|
|
@@ -16,7 +16,7 @@
|
|
@SET_MAKE@
|
|
|
|
VPATH = @srcdir@
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/doc/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|