diff options
author | rh <rh@pkgsrc.org> | 2000-09-05 12:24:36 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-09-05 12:24:36 +0000 |
commit | 6151695dfccbd466b1102f68924db072bbeb7415 (patch) | |
tree | 6521a0fa868d028b3ba6508b16384add7ff92ced /comms | |
parent | c46e98f616dd0993174d508f033b3245dcb471ee (diff) | |
download | pkgsrc-6151695dfccbd466b1102f68924db072bbeb7415.tar.gz |
Adapt to modified directory structure of master site.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/hylafax/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 95786858e54..bd3beefd8a0 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.11 2000/08/30 09:50:44 abs Exp $ +# $NetBSD: Makefile,v 1.12 2000/09/05 12:24:36 rh Exp $ # DISTNAME= hylafax-4.1beta2 PKGNAME= hylafax-4.1b2nb2 CATEGORIES= comms -MASTER_SITES= ftp://ftp.hylafax.org/hylafax/source/BETA/ \ - ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/BETA/ \ - ftp://ftp.sisis.de/pub/hylafax/source/BETA/ \ - ftp://ftp.uni-bremen.de/pub/mirrors/ftp.hylafax.org/pub/hylafax/source/BETA/ +MASTER_SITES= ftp://ftp.hylafax.org/source/ \ + ftp://ftp.sisis.de/pub/hylafax/source/ \ + ftp://ftp.uni-bremen.de/pub/mirrors/ftp.hylafax.org/pub/hylafax/source/ PATCH_SITES= http://www.hylafax.org/patches/ PATCHFILES= tiff-3.5-interfaces.patch |