diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-07 18:28:40 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-04-07 18:28:40 +0000 |
commit | d4a8c8079785d0e9c1605ff50fddcebfc95078db (patch) | |
tree | e7087ec912cb4791fc99a699c28587df70e3fcc2 /mail/elm/Makefile | |
parent | 7bb929a4bcbdf31a2f3dd8cd3cd9c6a19a587c16 (diff) |
Notes
Diffstat (limited to 'mail/elm/Makefile')
-rw-r--r-- | mail/elm/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 37a887626cad..878d5d23ee72 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -4,10 +4,10 @@ # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.50 1998/09/10 08:08:24 asami Exp $ +# $Id: Makefile,v 1.51 1998/09/19 00:16:08 hoek Exp $ # -DISTNAME= elm-2.4ME+43 +DISTNAME= elm-2.4ME+54 CATEGORIES= mail MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.ozone.fmi.fi/KEH/ \ MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/elm2.4.ME+.43 +WRKSRC= ${WRKDIR}/elm2.4.ME+.54 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 @@ -26,6 +26,9 @@ CONFIGURE_SCRIPT= Configure CONFIGURE_ENV= PREFIX="${PREFIX}" CONFIGURE_ARGS= -S +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 |