mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:24:52 +00:00
5d13f7ab8e
- Add LICENSE info - Convert to OptionsNG PR: ports/175141 Submitted by: Sender Ghost <lightside@gmx.com> Approved by: maintainer
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
--- build/unix/build_functions.orig 2011-05-20 23:25:22.000000000 +0400
|
|
+++ build/unix/build_functions 2013-01-08 19:54:57.000000000 +0400
|
|
@@ -56,7 +56,7 @@
|
|
eval "${TARGET}_requirements"
|
|
eval "${TARGET}_prepare_config"
|
|
eval "${TARGET}_load_config"
|
|
- eval "${TARGET}_do_config"
|
|
+# eval "${TARGET}_do_config"
|
|
eval "${TARGET}_save_config"
|
|
}
|
|
|