forked from Lainports/freebsd-ports
- Utilize INFO - Use DOCSDIR macro in pkg-plist PR: 59046 Submitted by: Olivier Saut <Olivier.Saut@gmm.insa-tlse.fr>
17 lines
447 B
Text
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 \
|