freebsd-ports/editors/diakonos/files/installation.rb.in
Dmitry Marakasov 5fd55e3b15 Diakonos, the console text editor with a key mapping you practically
already know. Easy to use and easy to configure, but potent in the
hands of power users.

Chris Petrik (chris@officialunix.com)
WWW: http://purepistos.net/diakonos

PR:		136213
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2009-07-08 01:27:15 +00:00

12 lines
258 B
Ruby

module Diakonos
INSTALL_SETTINGS = {
:prefix => "%%PREFIX%%",
:bin_dir => "%%PREFIX%%/bin",
:doc_dir => "%%DOCSDIR%%",
:help_dir => "%%DOCSDIR%%/help",
:conf_dir => "%%PREFIX%%/etc",
:lib_dir => "%%RUBY_SITELIBDIR%%",
}
end