mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
14 lines
362 B
Text
14 lines
362 B
Text
--- 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 ##
|