Remove a / from the MASTER_SITE url. Otherwise you would get urls like that:

ftp://ftp.gnome.org/pub/GNOME//unstable/sources/bonobo/
                              ^
and then get this error:

500 'CWD ': command not understood.
CWD command not recognized, trying XCWD.
500 'XCWD ': command not understood.

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.
This commit is contained in:
veego 2000-09-01 08:51:21 +00:00
parent f139c319f3
commit 3ef512751b

View file

@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.5 2000/08/29 16:28:41 rh Exp $
# $NetBSD: Makefile,v 1.6 2000/09/01 08:51:21 veego Exp $
#
DISTNAME= bonobo-0.18
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=/unstable/sources/bonobo/}
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/bonobo/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnome.org/