diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-04-12 03:10:51 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-04-12 03:10:51 +0000 |
commit | 306f120d87e3942bef66515ad82d2f630a7e685d (patch) | |
tree | 94174093e6f7dfcc65193c2c9526725a9653f680 /comms/hylafax/Makefile | |
parent | original distribution updated. (-> 1.0.0) (diff) |
updated to 4.0pl2.
added official mirrors to MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=10488
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 57d25accf142..53088781ce19 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,15 +1,17 @@ # ports collection makefile for: hylafax -# Version required: v4.0pl1 +# Version required: v4.0pl2 # Date created: 19 Apr 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.10 1997/11/05 15:37:36 tg Exp $ +# $Id: Makefile,v 1.11 1997/12/01 08:07:14 tg Exp $ # -DISTNAME= hylafax-v4.0pl1 -PKGNAME= hylafax-4.0.1 +DISTNAME= hylafax-v4.0pl2 +PKGNAME= hylafax-4.0.2 CATEGORIES= comms -MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ +MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/source/ \ + ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ \ + ftp://ftp.sisis.de/pub/hylafax/source/ EXTRACT_SUFX= -tar.gz MAINTAINER= itojun@itojun.org |