mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a9b0be5f58
PR: 147628 Submitted by: Stas Timokhin <devel@stasyan.com> Approved by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) Feature safe: yes
12 lines
272 B
Tcl
12 lines
272 B
Tcl
--- ng/ng.tcl.orig 2010-06-08 09:33:22.000000000 +0700
|
|
+++ ng/ng.tcl 2010-06-08 09:33:39.000000000 +0700
|
|
@@ -26,7 +26,7 @@
|
|
set ngdir $env(NETGENDIR)
|
|
}
|
|
if { [string length $ngdir] == 0 } {
|
|
- set ngdir "."
|
|
+ set ngdir "/usr/local/bin"
|
|
}
|
|
|
|
set nguserdir ""
|