repo.or.cz
/
mailvisa.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minor fix for compatibility with Ruby versions that don't understand
[mailvisa.git]
/
Makefile.cfg
blob
113be46c817f98d95bc19333cf59c2eb8ac8409c
1
RUBY ?= /usr/local/bin/ruby
2
3
PREFIX ?= /usr/local
4
bindir ?= ${PREFIX}/bin
5
datadir ?= ${PREFIX}/share
6
mandir ?= ${PREFIX}/man
7
8
TRUEPREFIX ?= /usr/local
9
truebindir ?= ${PREFIX}/bin
10
truedatadir ?= ${PREFIX}/share
11
truemandir ?= ${PREFIX}/man