summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorveego <veego>2000-09-01 08:51:21 +0000
committerveego <veego>2000-09-01 08:51:21 +0000
commit70813d2469858296d458144fd398857a2bf1fc35 (patch)
treedf4b7b72293177112ee386b36886f2e0297c9b68 /devel
parent89cbece3425207449b1fd8a39f253d274059080e (diff)
downloadpkgsrc-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')
-rw-r--r--devel/bonobo/Makefile4
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/