diff options
author | wiz <wiz> | 2001-07-16 13:57:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-16 13:57:25 +0000 |
commit | 14603e477d02a9d2317df8d9ab3d8c406bc64571 (patch) | |
tree | 6a730fef21f5350c8719263aa3d62d02c4bbf4b5 /comms/hylafax | |
parent | aeaf702bd3d69c7278e533589847fc9d43fc43cc (diff) | |
download | pkgsrc-14603e477d02a9d2317df8d9ab3d8c406bc64571.tar.gz |
Add trailing slash to ftp path.
Diffstat (limited to 'comms/hylafax')
-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/ |