aboutsummaryrefslogtreecommitdiff
path: root/devel/clig/files/patch-install
blob: 4a412d761a9258401f7406350d72422d48f0cdd9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- install.orig	2000-01-16 18:15:32 UTC
+++ install
@@ -64,9 +64,11 @@
 }
 
 # doc and examples
+if {$env(NOPORTDOCS) eq {}} {
 file copy -force CHANGES ANNOUNCE index.html README WISHLIST \
     COPYING-2.0 LICENSE example \
     $env(DOCDIR)
+}
 ########################################################################
 ## Local Variables: ##
 ## mode:tcl ##