mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
14 lines
443 B
Plaintext
14 lines
443 B
Plaintext
$NetBSD: patch-aa,v 1.4 2008/09/07 10:14:31 rhaen Exp $
|
|
|
|
--- inputs/Makefile.in.orig 2008-08-26 10:31:10.000000000 +0200
|
|
+++ inputs/Makefile.in 2008-08-26 10:32:26.000000000 +0200
|
|
@@ -15,7 +15,7 @@
|
|
@SET_MAKE@
|
|
|
|
VPATH = @srcdir@
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/examples/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|