diff options
author | veego <veego@pkgsrc.org> | 2000-09-01 08:55:11 +0000 |
---|---|---|
committer | veego <veego@pkgsrc.org> | 2000-09-01 08:55:11 +0000 |
commit | 6c3247547df6a7ab50f4465f30295d3cc1b4a6c0 (patch) | |
tree | 66393957980bd187a9d8d6188a5ac696930cf271 /devel/oaf/Makefile | |
parent | 3ef512751bd89c38a5032be10e80687db37dd826 (diff) | |
download | pkgsrc-6c3247547df6a7ab50f4465f30295d3cc1b4a6c0.tar.gz |
Remove another / which would cause the ftp CWD to fail due too a double /.
ftp: The `CWD ' command (without a directory), which is required by
RFC 1738 to support the empty directory in the URL pathname (`//'),
conflicts with the server's conformance to RFC 959.
Try the same URL without the `//' in the URL pathname.
Diffstat (limited to 'devel/oaf/Makefile')
-rw-r--r-- | devel/oaf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile index d1b9a134107..f4a189d1730 100644 --- a/devel/oaf/Makefile +++ b/devel/oaf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2000/08/31 05:39:25 rh Exp $ +# $NetBSD: Makefile,v 1.4 2000/09/01 08:55:11 veego Exp $ # DISTNAME= oaf-0.5.1 CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=/unstable/sources/oaf/} +MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/oaf/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.gnome.org/ |