ports/devel/clig/files/patch-install
Pietro Cerutti 034f8ff65f - Convert to USES+=tcl
- Respect PORT_OPTIONS:MDOCS
- Support STAGE
2013-09-26 13:36:23 +00:00

14 lines
410 B
Text

--- install.orig 2000-01-16 18:15:32.000000000 +0100
+++ install 2013-09-26 15:30:00.000000000 +0200
@@ -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 ##