pkgsrc/editors/tea/patches/patch-ab
reed 63098e2091 Import tea. This is partially based on pkgsrc-wip's tea by pancake.
TEA is a powerful and simple-in-use GTK-based text editor that
provides hundreds of functions.

It has many features including syntax highlighting, string handling
functions, open various formats, hotkeys, built-in file manager,
localizations and encodings, built-in image viewer, and a lot more.

This package has two options not enabled: aspell and gtksourceview.
2007-04-14 04:49:08 +00:00

13 lines
315 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2007/04/14 04:49:08 reed Exp $
--- src/tea_defs..orig 2007-04-13 22:00:03.000000000 -0500
+++ src/tea_defs.h 2007-04-13 22:02:15.000000000 -0500
@@ -122,7 +122,7 @@
#else
-#define TEA_DOC_DIR PACKAGE_DATA_DIR"/tea/doc/"
+#define TEA_DOC_DIR PACKAGE_DATA_DIR"/doc/tea/"
#endif