mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 20:40:13 -04:00
18 lines
687 B
Plaintext
18 lines
687 B
Plaintext
$NetBSD: patch-hl_examples_Makefile.in,v 1.1 2011/10/07 10:38:52 alnsn Exp $
|
|
|
|
Fix paths to examples.
|
|
|
|
--- hl/examples/Makefile.in.orig 2011-05-10 14:20:48.000000000 +0000
|
|
+++ hl/examples/Makefile.in
|
|
@@ -362,8 +362,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.c
|
|
|
|
# Example directory
|
|
# Note: no '/' after DESTDIR. Explanation in commence.am
|
|
-EXAMPLEDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl/c
|
|
-EXAMPLETOPDIR = ${DESTDIR}$(exec_prefix)/share/hdf5_examples/hl
|
|
+EXAMPLEDIR = ${DESTDIR}$(prefix)/share/examples/hdf5/hl/c
|
|
+EXAMPLETOPDIR = ${DESTDIR}$(prefix)/share/examples/hdf5/hl
|
|
|
|
# Example programs.
|
|
# Don't tell automake about them, because if it knew they were programs,
|