summaryrefslogtreecommitdiff
path: root/devel/hdf5/patches/patch-hl_examples_Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hdf5/patches/patch-hl_examples_Makefile.in')
-rw-r--r--devel/hdf5/patches/patch-hl_examples_Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/devel/hdf5/patches/patch-hl_examples_Makefile.in b/devel/hdf5/patches/patch-hl_examples_Makefile.in
deleted file mode 100644
index 53402bd48a2..00000000000
--- a/devel/hdf5/patches/patch-hl_examples_Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-hl_examples_Makefile.in,v 1.4 2016/10/09 18:44:35 alnsn Exp $
-
-Fix paths to examples.
-
---- hl/examples/Makefile.in.orig 2016-05-10 21:24:53.000000000 +0000
-+++ hl/examples/Makefile.in
-@@ -604,8 +604,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}$(datarootdir)/examples/hdf5/hl/c
-+EXAMPLETOPDIR = ${DESTDIR}$(datarootdir)/examples/hdf5/hl
- INSTALL_SCRIPT_FILES = run-hlc-ex.sh
- INSTALL_TOP_SCRIPT_FILES = run-hl-ex.sh
-