mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +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
344 B
C++
12 lines
344 B
C++
--- ng/ngappinit.cpp.orig 2010-06-08 09:13:06.000000000 +0700
|
|
+++ ng/ngappinit.cpp 2010-06-08 09:13:20.000000000 +0700
|
|
@@ -151,7 +151,7 @@
|
|
if (getenv ("NETGENDIR") && strlen (getenv ("NETGENDIR")))
|
|
ngdir = getenv ("NETGENDIR");
|
|
else
|
|
- ngdir = ".";
|
|
+ ngdir = "/usr/local/bin";
|
|
|
|
verbose = parameters.GetDefineFlag ("V");
|
|
|