diff options
author | veego <veego> | 2000-09-01 08:51:21 +0000 |
---|---|---|
committer | veego <veego> | 2000-09-01 08:51:21 +0000 |
commit | 70813d2469858296d458144fd398857a2bf1fc35 (patch) | |
tree | df4b7b72293177112ee386b36886f2e0297c9b68 /devel/bonobo/Makefile | |
parent | 89cbece3425207449b1fd8a39f253d274059080e (diff) | |
download | pkgsrc-70813d2469858296d458144fd398857a2bf1fc35.tar.gz |
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.
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r-- | devel/bonobo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile index 5a9c26f9004..c1ce3ec0992 100644 --- a/devel/bonobo/Makefile +++ b/devel/bonobo/Makefile @@ -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/ |