summaryrefslogtreecommitdiff
path: root/mail/elm/files/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'mail/elm/files/config.sh')
-rw-r--r--mail/elm/files/config.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/mail/elm/files/config.sh b/mail/elm/files/config.sh
index 6236e50a9c3..3fac655e1c7 100644
--- a/mail/elm/files/config.sh
+++ b/mail/elm/files/config.sh
@@ -133,8 +133,8 @@ bld=''
compress='/usr/bin/compress'
execmail=''
libswanted='intl nls'
-bin='PREFIX/bin'
-installbin='PREFIX/bin'
+bin='@PREFIX@/bin'
+installbin='@DESTDIR@@PREFIX@/bin'
c_date='Sun Jul 1 03:59:18 JST 2001'
d_ascii='undef'
d_broke_ctype='define'
@@ -165,7 +165,7 @@ ign_hname='n'
d_index='define'
d_internet='define'
d_ispell='define'
-ispell_path='LOCALBASE/bin/ispell'
+ispell_path='@LOCALBASE@/bin/ispell'
ispell_options=''
d_locale='define'
d_nl_types='define'
@@ -233,15 +233,15 @@ d_systimekernel='undef'
i_unistd='define'
i_utime='define'
i_sysutime='undef'
-lib='PREFIX/lib/elm'
-installlib='PREFIX/lib/elm'
-libc='LIBC'
+lib='@PREFIX@/lib/elm'
+installlib='@DESTDIR@@PREFIX@/lib/elm'
+libc='@LIBC@'
linepr='/usr/bin/lp'
maildir='/var/mail'
mailer='/usr/sbin/sendmail'
mailgrp='wheel'
-mansrc='PREFIX/man/man1'
-catmansrc='PREFIX/man/cat1'
+mansrc='@DESTDIR@@PREFIX@/man/man1'
+catmansrc='@DESTDIR@@PREFIX@/man/cat1'
manext='.1'
manext_choice='.1'
catmanext='.1'
@@ -258,9 +258,9 @@ medium=''
large=''
huge=''
optimize='-O2'
-ccflags='-ILOCALBASE/include'
-cppflags=' -ILOCALBASE/include'
-ldflags='-Wl,-RLOCALBASE/lib -LLOCALBASE/lib'
+ccflags='-I@LOCALBASE@/include'
+cppflags=' -I@LOCALBASE@/include'
+ldflags='-Wl,-R@LOCALBASE@/lib -L@LOCALBASE@/lib'
cc='cc -MD'
libs='-lintl'
nametype='bsd'