diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-07 19:42:50 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-05-07 19:42:50 +0000 |
commit | b194777c8285c91471e9cbe0d757eb66098a5821 (patch) | |
tree | fd552f3797348507a6f3749a159c439219a89038 /mail/elm/Makefile | |
parent | trans added (diff) |
upgrade to me17
Diffstat (limited to 'mail/elm/Makefile')
-rw-r--r-- | mail/elm/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index b26d6b73c19e..8af5432caa98 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: elm -# Version required: 2.4.25.ME+.16 +# Version required: 2.4.25.ME+.17 # Date created: 26 June 1995 # Whom: ache # -# $Id: Makefile,v 1.22 1996/04/06 02:41:26 ache Exp $ +# $Id: Makefile,v 1.23 1996/05/03 21:18:39 ache Exp $ # -DISTNAME= elm-2.4ME+16 +DISTNAME= elm-2.4ME+17 CATEGORIES+= mail MASTER_SITES= ftp://dionysos.fmi.fi/KEH/ \ - ftp://ftp.kiae.su/unix/mail/ + ftp://ftp.funet.fi/pub/unix/mail/elm/elm-2.4ME+/ \ + ftp://ftp.ibp.fr/pub/unix/mail/elm-me/ MAINTAINER= ache@FreeBSD.ORG -WRKSRC= ${WRKDIR}/elm2.4.ME+.16 +WRKSRC= ${WRKDIR}/elm2.4.ME+.17 post-install: cd ${WRKSRC}/nls; ${MAKE} install |