diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-18 15:25:37 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-03-18 15:25:37 +0000 |
commit | 03cb6183c5e041a06e569599e607b1a50429af18 (patch) | |
tree | e65cdf81b6ee6e26fa9f749061a2767f6c43d366 /science/hdf/files/patch-mfhdf-examples-Makefile.in | |
parent | 7c152f8a0526afbbb4eadb72f8167a8ddd853603 (diff) | |
download | ports-03cb6183c5e041a06e569599e607b1a50429af18.tar.gz ports-03cb6183c5e041a06e569599e607b1a50429af18.zip |
Notes
Diffstat (limited to 'science/hdf/files/patch-mfhdf-examples-Makefile.in')
-rw-r--r-- | science/hdf/files/patch-mfhdf-examples-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/science/hdf/files/patch-mfhdf-examples-Makefile.in b/science/hdf/files/patch-mfhdf-examples-Makefile.in new file mode 100644 index 000000000000..8fb080a5c523 --- /dev/null +++ b/science/hdf/files/patch-mfhdf-examples-Makefile.in @@ -0,0 +1,11 @@ +--- mfhdf/examples/Makefile.in.orig 2015-02-10 00:43:50.000000000 +0800 ++++ mfhdf/examples/Makefile.in 2015-03-16 23:43:17.287721940 +0800 +@@ -507,7 +507,7 @@ + SD_get_info.c SD_find_sds_by_name.c SD_set_get_dim_info.c \ + SD_dimscale_vs_sds.c SD_set_attr.c SD_get_attr.c SD_chunking_example.c + +-EXAMPLEDIR = $(prefix)/examples/c ++EXAMPLEDIR = $(DESTDIR)$(prefix)/share/examples/hdf/c + DISTCLEANFILES = *.chklog *.chkexe .deps + @BUILD_SHARED_SZIP_CONDITIONAL_TRUE@LD_LIBRARY_PATH = $(LL_PATH) + |