mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
df5b47f873
PR: 22863 Submitted by: TOGAWA Satoshi <toga@puyo.org> Approved by: MAINTAINER
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
--- 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" */
|
|
|