diff options
author | wiz <wiz@pkgsrc.org> | 2007-12-01 23:48:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-12-01 23:48:41 +0000 |
commit | e1f8a24b55e6573bfd3260ec9f4e5154cf98a001 (patch) | |
tree | 7ca9570a4a87e08c6d9e48397a77962c7f3ebf75 /comms/tkhylafax | |
parent | 479ffa74dbada8898d46ae14a6a60d2e9104581e (diff) | |
download | pkgsrc-e1f8a24b55e6573bfd3260ec9f4e5154cf98a001.tar.gz |
Remove future MASTER_SITE. From Zafer Aydogan.
Diffstat (limited to 'comms/tkhylafax')
-rw-r--r-- | comms/tkhylafax/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/tkhylafax/Makefile b/comms/tkhylafax/Makefile index 5a659114596..2eaac59e37d 100644 --- a/comms/tkhylafax/Makefile +++ b/comms/tkhylafax/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.29 2006/03/04 21:29:05 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2007/12/01 23:48:41 wiz Exp $ DISTNAME= tkhylafax-3.1 PKGREVISION= 4 CATEGORIES= comms -MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/contrib/tkhylafax/ \ - ftp://ftp.tuwien.ac.at/infosys/fax/hylafax/contrib/tkhylafax/ \ - http://gd.tuwien.ac.at/infosys/fax/hylafax/contrib/tkhylafax/ +MASTER_SITES= ftp://ftp.sgi.com/sgi/fax/contrib/tkhylafax/ +# ftp://ftp.tuwien.ac.at/infosys/fax/hylafax/contrib/tkhylafax/ \ +# http://gd.tuwien.ac.at/infosys/fax/hylafax/contrib/tkhylafax/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.elgro.demon.co.uk/resources.html |