diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-22 23:35:04 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-02-22 23:35:04 +0000 |
commit | fd1a43f8b979d2d1b98a8c67022290ba0dfe3562 (patch) | |
tree | 56d8cb8d35cdbf6f930d7b21212cc19a63655a78 /math/blitz++/files/patch-doc-doxygen-Makefile.in | |
parent | . New ICBM coordinates now my Missile Defense System is in place. (diff) |
- Upgrade to 0.8;
- take maintainership.
PR: ports/75909
Submitted by: Olivier Saut
Notes
Notes:
svn path=/head/; revision=129576
Diffstat (limited to 'math/blitz++/files/patch-doc-doxygen-Makefile.in')
-rw-r--r-- | math/blitz++/files/patch-doc-doxygen-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/blitz++/files/patch-doc-doxygen-Makefile.in b/math/blitz++/files/patch-doc-doxygen-Makefile.in new file mode 100644 index 000000000000..aa03ea6d6b9c --- /dev/null +++ b/math/blitz++/files/patch-doc-doxygen-Makefile.in @@ -0,0 +1,11 @@ +--- ./doc/doxygen/Makefile.in.orig Tue Feb 22 18:32:47 2005 ++++ ./doc/doxygen/Makefile.in Tue Feb 22 18:33:07 2005 +@@ -244,7 +244,7 @@ target_alias = @target_alias@ + target_cpu = @target_cpu@ + target_os = @target_os@ + target_vendor = @target_vendor@ +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/doxygen ++docdir = $(datadir)/doc/$(PACKAGE)/doxygen + DISTCLEANFILES = Doxyfile doxygen-warning + all: all-am + |