diff options
author | wiz <wiz@pkgsrc.org> | 2001-07-16 13:57:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-07-16 13:57:25 +0000 |
commit | b60b9011519e644b4637c86da58e346a0711278d (patch) | |
tree | 6a730fef21f5350c8719263aa3d62d02c4bbf4b5 /comms/hylafax/Makefile | |
parent | f29f97d1622a96054d93297d9bcbc44ec9af62c3 (diff) | |
download | pkgsrc-b60b9011519e644b4637c86da58e346a0711278d.tar.gz |
Add trailing slash to ftp path.
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 8b62c838b06..4b0d35d5a74 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.20 2001/07/08 13:32:14 bad Exp $ +# $NetBSD: Makefile,v 1.21 2001/07/16 13:57:25 wiz Exp $ # DISTNAME= hylafax-4.1 PKGNAME= hylafax-4.1nb1 CATEGORIES= comms MASTER_SITES= ftp://ftp.hylafax.org/source/ \ - ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source + ftp://ftp.leo.org/pub/comp/os/unix/networking/fax/hylafax/source/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.hylafax.org/ |