fe3fda9f56
- update plist - update patches - add BUILD_DEPENDS and LIB_DEPENDS ok ajacoutot@
23 lines
787 B
Plaintext
23 lines
787 B
Plaintext
$OpenBSD: patch-man_highlight_1,v 1.5 2011/04/03 07:45:26 benoit Exp $
|
|
--- man/highlight.1.orig Tue Aug 24 19:26:07 2010
|
|
+++ man/highlight.1 Sat Oct 9 16:32:10 2010
|
|
@@ -184,15 +184,15 @@
|
|
The wrapping options might cause faulty highlighting of multi line comments.
|
|
.SH FILES
|
|
The parsing information of the programming languages is stored in
|
|
-.I /usr/share/highlight/langDefs/.
|
|
+.I ${PREFIX}/highlight/langDefs/.
|
|
You may enhance
|
|
.B highlight's
|
|
parsing capabilities by adding more *.lang - files to this directory.
|
|
You can also define other directories with --data-dir.
|
|
Documentation files are stored in
|
|
-.I /usr/share/doc/highlight/
|
|
+.I ${PREFIX}/doc/highlight/
|
|
, configuration files in
|
|
-.I /etc/highlight/.
|
|
+.I ${SYSCONFDIR}/highlight/.
|
|
|
|
.SH Examples
|
|
Single file conversion:
|