diff options
author | itojun <itojun@FreeBSD.org> | 1998-04-12 11:10:51 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-04-12 11:10:51 +0800 |
commit | a493babf1f28bf18a7e846c821fc611c2f4d30f0 (patch) | |
tree | 10ae7d36643e159066fabd181b015920c4ee0d06 /comms/hylafax/Makefile | |
parent | cfe083f15e2897dc716c22e9e02e581bdf271855 (diff) | |
download | freebsd-ports-gnome-a493babf1f28bf18a7e846c821fc611c2f4d30f0.tar.gz freebsd-ports-gnome-a493babf1f28bf18a7e846c821fc611c2f4d30f0.tar.zst freebsd-ports-gnome-a493babf1f28bf18a7e846c821fc611c2f4d30f0.zip |
updated to 4.0pl2.
added official mirrors to MASTER_SITES.
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 |