diff options
author | dholland <dholland@pkgsrc.org> | 2010-04-15 06:50:46 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2010-04-15 06:50:46 +0000 |
commit | 8f088055939641645343640360af2e878252e2eb (patch) | |
tree | 2416e16992d989fc51ef5ae05d28f8d471a7fee0 /mail/elm/files | |
parent | 2558631496e647806d47034afa89951f717ac438 (diff) | |
download | pkgsrc-8f088055939641645343640360af2e878252e2eb.tar.gz |
DESTDIR support. Use SPECIAL_PERMS. Fix some pkglint. Add missing
manpage link. Fix getline lossage on -current. Wrap the homemade
config.sh substitutions in @@ to make them more robust. PKGREVISION++
Diffstat (limited to 'mail/elm/files')
-rw-r--r-- | mail/elm/files/config.sh | 22 |
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' |