freebsd-ports/math/blitz++/files/patch-Makefile.in
Sergei Kolobov c2246607cd - Update to 0.7
- Utilize INFO
- Use DOCSDIR macro in pkg-plist

PR:		59046
Submitted by:	Olivier Saut <Olivier.Saut@gmm.insa-tlse.fr>
2003-11-08 22:37:27 +00:00

17 lines
447 B
Text

--- Makefile.in.orig Fri Nov 7 23:43:47 2003
+++ Makefile.in Fri Nov 7 23:46:09 2003
@@ -153,8 +153,12 @@ target_vendor = @target_vendor@
AUTOMAKE_OPTIONS = foreign
-SUBDIRS = bin compiler blitz random src lib testsuite \
- examples benchmarks doc manual
+ifndef NOPORTDOCS
+DOCS = doc manual
+endif
+
+SUBDIRS = bin compiler blitz random src lib $(DOCS)
+
EXTRA_DIST = LEGAL LICENSE README.binutils README-VS.NET Blitz-VS.NET.zip \