mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
16 lines
564 B
Plaintext
16 lines
564 B
Plaintext
$NetBSD: patch-hl_c++_examples_Makefile.in,v 1.2 2012/12/09 00:07:38 adam Exp $
|
|
|
|
Fix paths to examples.
|
|
|
|
--- hl/c++/examples/Makefile.in.orig 2011-05-10 14:20:48.000000000 +0000
|
|
+++ hl/c++/examples/Makefile.in
|
|
@@ -401,7 +401,7 @@ CXX_API = yes
|
|
|
|
# Where to install examples
|
|
# Note: no '/' after DESTDIR. Explanation in commence.am
|
|
-EXAMPLEDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl/c++
|
|
+EXAMPLEDIR = ${DESTDIR}$(prefix)/share/examples/hdf5/hl/c++
|
|
|
|
# Assume that all tests in this directory are examples, and tell
|
|
# conclude.am when to build them.
|