diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-04-18 09:05:19 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-04-18 09:05:19 +0800 |
commit | 60fd1d856ce82e1e09fe35b7f06f8ae55b2096aa (patch) | |
tree | 450e41337da69e84208ada534897fcf6b92c9f4d /science/xmds/files | |
parent | 2e92799c18b6b2a1299efd7873bb70f2bae763c2 (diff) | |
download | freebsd-ports-gnome-60fd1d856ce82e1e09fe35b7f06f8ae55b2096aa.tar.gz freebsd-ports-gnome-60fd1d856ce82e1e09fe35b7f06f8ae55b2096aa.tar.zst freebsd-ports-gnome-60fd1d856ce82e1e09fe35b7f06f8ae55b2096aa.zip |
- Update to 1.6
PR: ports/122656
Submitted by: EelVex <mplekos physics.upatras.gr> (maintainer)
Diffstat (limited to 'science/xmds/files')
-rw-r--r-- | science/xmds/files/patch-Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/science/xmds/files/patch-Makefile.am b/science/xmds/files/patch-Makefile.am new file mode 100644 index 000000000000..df9d50658cfd --- /dev/null +++ b/science/xmds/files/patch-Makefile.am @@ -0,0 +1,16 @@ +Index: Makefile.am +=================================================================== +--- Makefile.am (revision 1829) ++++ Makefile.am (working copy) +@@ -55,8 +55,9 @@ + m4files = acx_mpi.m4 acx_pthread.m4 + + EXTRA_DIST = $(example_files) $(m4files) $(manfiles) MANIFEST README.Windows source/loadxsil.m +-dist_doc_data = AUTHORS NEWS COPYING README README.Windows source/loadxsil.m +-doc_examplesdir = ${docdir}/examples ++xmdsdocdir = ${datadir}/doc/xmds-${VERSION} ++dist_xmdsdoc_DATA = AUTHORS NEWS COPYING README README.Windows source/loadxsil.m ++doc_examplesdir = ${xmdsdocdir}/examples + dist_doc_examples_DATA = $(example_files) + + api: |