diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-24 05:29:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-24 05:29:55 +0000 |
commit | 67de49e0561a2726c2c4761aaf6c0f9bfb5b5dce (patch) | |
tree | 0da85300c5bd80b16bad3fa7b8bb1f3c9e2e4f88 /science/hdf5-18/files/patch-c++::commence.in | |
parent | - Force commit (diff) |
- Update to 1.8.2
PR: 128988
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=223315
Diffstat (limited to 'science/hdf5-18/files/patch-c++::commence.in')
-rw-r--r-- | science/hdf5-18/files/patch-c++::commence.in | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/science/hdf5-18/files/patch-c++::commence.in b/science/hdf5-18/files/patch-c++::commence.in deleted file mode 100644 index 393adc30cc0f..000000000000 --- a/science/hdf5-18/files/patch-c++::commence.in +++ /dev/null @@ -1,31 +0,0 @@ ---- c++/config/commence.in.orig Mon Jun 30 16:19:35 2003 -+++ c++/config/commence.in Mon Oct 20 23:44:08 2003 -@@ -27,7 +27,7 @@ - RM=rm -f - CP=cp - INSTALL=@INSTALL@ --INSTALL_PROGRAM=@INSTALL_PROGRAM@ -+INSTALL_PROGRAM=@INSTALL_SCRIPT@ - INSTALL_DATA=@INSTALL_DATA@ - TRACE=: - -@@ -37,7 +37,7 @@ - bindir=@bindir@ - libdir=@libdir@ - includedir=@includedir@ --docdir=@exec_prefix@/doc -+docdir=@exec_prefix@/share - PUB_LIB=$(LIB) - - ## Obtain default library; the current version of libtool does not fully -@@ -60,8 +60,8 @@ - ## Optional variables. We must declare them here because Irix pmake - ## complains if it sees a reference to a variable which has never been - ## defined. The main makefile is free to redefine these to something else. --DOCDIR=$(docdir) --EXAMPLEDIR=$(docdir)/hdf5/examples/c++ -+DOCDIR=$(docdir)/doc/hdf5 -+EXAMPLEDIR=$(docdir)/examples/hdf5/c++ - LIB= - LIB_SRC= - LIB_OBJ= |