diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-09-10 02:52:59 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1997-09-10 02:52:59 +0000 |
commit | eb370df20f81d89a792f5f6cdb04e6254eea81f7 (patch) | |
tree | d9b0bae0d2e5ff4bab831d77dc5d5084621711e6 /mail/majordomo/Makefile | |
parent | 57c271292c484c0e8195454c19c625200c27c39a (diff) | |
download | ports-eb370df20f81d89a792f5f6cdb04e6254eea81f7.tar.gz ports-eb370df20f81d89a792f5f6cdb04e6254eea81f7.zip |
Notes
Diffstat (limited to 'mail/majordomo/Makefile')
-rw-r--r-- | mail/majordomo/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 6327f87edfed..a25ef7c23ee9 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: majordomo -# Version required: 1.94.3 +# Version required: 1.94.4 # Date created: 23 October 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.9 1997/04/28 00:53:11 jfitz Exp $ +# $Id: Makefile,v 1.10 1997/04/29 10:55:56 jfitz Exp $ # -DISTNAME= majordomo-1.94.3 +DISTNAME= majordomo-1.94.4 CATEGORIES= mail -MASTER_SITES= ftp://ftp.greatcircle.com/pub/majordomo/1.94.3/ \ - ftp://ftp.sgi.com/other/majordomo/1.94.3/ \ - ftp://ftp-europe.sgi.com/other/majordomo/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.sgi.com/other/majordomo/1.94.4/ \ + ftp://ftp-europe.sgi.com/other/majordomo/1.94.4/ +# ftp://ftp.greatcircle.com/pub/majordomo/1.94.3/ \ +EXTRACT_SUFX= .tgz MAINTAINER= jfitz@FreeBSD.ORG |