mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
13 lines
404 B
Text
13 lines
404 B
Text
--- src/defs.h.orig Thu Nov 9 01:28:14 2000
|
|
+++ src/defs.h Thu Nov 9 01:28:24 2000
|
|
@@ -57,8 +57,8 @@
|
|
#define MARK_VERSION 2
|
|
|
|
#define DEFAULT_SIGNATURE ".signature"
|
|
-#define DEFAULT_INC_PATH "/usr/bin/mh/inc"
|
|
-#define DEFAULT_INC_PROGRAM "inc"
|
|
+#define DEFAULT_INC_PATH ""
|
|
+#define DEFAULT_INC_PROGRAM ""
|
|
/* #define DEFAULT_INC_PATH "/usr/bin/imget" */
|
|
/* #define DEFAULT_INC_PROGRAM "imget" */
|
|
|