diff options
author | ache <ache@FreeBSD.org> | 1996-12-23 06:08:21 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-23 06:08:21 +0000 |
commit | 44973fc000eda00109ede09c359a4c6b7600209d (patch) | |
tree | 41892e79be82eb7e6634ecdf2705e9f9cfcb5071 /mail/elm/Makefile | |
parent | a205fb200f0c5b0ee39a882a807cd162180b743a (diff) | |
download | FreeBSD-ports-44973fc000eda00109ede09c359a4c6b7600209d.zip FreeBSD-ports-44973fc000eda00109ede09c359a4c6b7600209d.tar.gz |
Upgrade to +29
Diffstat (limited to 'mail/elm/Makefile')
-rw-r--r-- | mail/elm/Makefile | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 6185148..195f78e 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: elm # See also: http://www.ozone.fmi.fi/KEH/ -# Version required: 2.4.25.ME+28s +# Version required: 2.4.25.ME+29 # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.34 1996/12/19 04:19:30 ache Exp $ +# $Id: Makefile,v 1.35 1996/12/20 02:40:11 asami Exp $ # -DISTNAME= elm-2.4ME+28s +DISTNAME= elm-2.4ME+29 CATEGORIES= mail MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \ ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ @@ -15,10 +15,15 @@ MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \ MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/elm2.4.ME+.28s -MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 filter.1 \ +WRKSRC= ${WRKDIR}/elm2.4.ME+.29 +MAN1= answer.1 checkalias.1 elm.1 elmalias.1 fastmail.1 \ listalias.1 messages.1 newalias.1 printmail.1 readmsg.1 +HAS_CONFIGURE= Yes +CONFIGURE_SCRIPT= Configure +CONFIGURE_ENV+= PREFIX="${PREFIX}" +CONFIGURE_ARGS+= -S + post-install: cd ${WRKSRC}/nls; ${MAKE} install if [ -f ${PREFIX}/lib/elm.mimetypes ] ; then \ |