From aef4175c34730430c569339947d9f3aee8e22912 Mon Sep 17 00:00:00 2001 From: dholland Date: Thu, 15 Apr 2010 06:50:46 +0000 Subject: 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++ --- mail/elm/files/config.sh | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'mail/elm/files/config.sh') 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' -- cgit v1.2.3