diff options
author | ache <ache@FreeBSD.org> | 2000-05-24 10:26:11 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2000-05-24 10:26:11 +0000 |
commit | 933f17d67e2ac87e2a4d655d88e073f3ed586feb (patch) | |
tree | 58c63f9c6be1870eec9d2a55ce815e9a5538bec5 /mail | |
parent | 702ad4d95066dfc066ac6eb19329b958503bb87c (diff) | |
download | FreeBSD-ports-933f17d67e2ac87e2a4d655d88e073f3ed586feb.zip FreeBSD-ports-933f17d67e2ac87e2a4d655d88e073f3ed586feb.tar.gz |
Upgrade to +77
Diffstat (limited to 'mail')
-rw-r--r-- | mail/elm+ME/Makefile | 9 | ||||
-rw-r--r-- | mail/elm+ME/distinfo | 2 | ||||
-rw-r--r-- | mail/elm+ME/scripts/pre-configure | 6 |
3 files changed, 7 insertions, 10 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 46f3ee4..1502b22 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -7,7 +7,7 @@ # WARNING: it is NOT official Elm 2.* PORTNAME= elm -PORTVERSION= 2.4ME+68 +PORTVERSION= 2.4ME+77 CATEGORIES= mail MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ @@ -15,10 +15,10 @@ MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ MAINTAINER= ache@FreeBSD.org -WRKSRC= ${WRKDIR}/elm2.4.ME+.68 +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION:S/ME+/\.ME+\./} MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \ frm.1 listalias.1 messages.1 newalias.1 newmail.1 \ - printmail.1 readmsg.1 + printmail.1 readmsg.1 elmcharset.1 MLINKS= frm.1 nfrm.1 newmail.1 wnewmail.1 HAS_CONFIGURE= Yes @@ -26,9 +26,6 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX="${PREFIX}" CONFIGURE_ARGS= -S -d -post-configure: - ${CP} ${FILESDIR}/elm.mimecharsets ${WRKSRC}/bin - post-install: perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS cd ${WRKSRC}/nls; ${MAKE} install diff --git a/mail/elm+ME/distinfo b/mail/elm+ME/distinfo index 184136a..60db661 100644 --- a/mail/elm+ME/distinfo +++ b/mail/elm+ME/distinfo @@ -1 +1 @@ -MD5 (elm-2.4ME+68.tar.gz) = 879b98df17dc5e8fce959ed4a666b564 +MD5 (elm-2.4ME+77.tar.gz) = ae2e8a7cf681979a2836a29d92d00d77 diff --git a/mail/elm+ME/scripts/pre-configure b/mail/elm+ME/scripts/pre-configure index 1d64fa4..f1a0e63 100644 --- a/mail/elm+ME/scripts/pre-configure +++ b/mail/elm+ME/scripts/pre-configure @@ -23,7 +23,6 @@ cppstdin='/usr/bin/cpp' cppminus='' d_getopt='define' d_memcpy='define' -d_rename='define' d_symlink='define' d_whoami='undef' d_poll='define' @@ -161,9 +160,9 @@ col='' pack='pack' compress='/usr/bin/compress' execmail='' -libswanted='sun intl nls c_s' +libswanted='sun nls c_s' noaddlib='yes' -c_date='Sat Jan 22 15:43:26 MSK 2000' +c_date='Wed May 24 12:12:00 MSD 2000' d_ascii='undef' d_broke_ctype='undef' d_calendar='define' @@ -312,6 +311,7 @@ pgp2_path="${PREFIX}/bin/pgp" pgp5_dir='none' gpg_path='none' special_path='${PREFIX}/bin' +locale_dir='/usr/share/locale' CONFIG=true EOF |