mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
c2246607cd
- Utilize INFO - Use DOCSDIR macro in pkg-plist PR: 59046 Submitted by: Olivier Saut <Olivier.Saut@gmm.insa-tlse.fr>
18 lines
447 B
Plaintext
18 lines
447 B
Plaintext
--- 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 \
|