summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2000-09-01 08:51:21 +0000
committerveego <veego@pkgsrc.org>2000-09-01 08:51:21 +0000
commit3ef512751bd89c38a5032be10e80687db37dd826 (patch)
treedf4b7b72293177112ee386b36886f2e0297c9b68 /devel
parentf139c319f328e0aa7fe787760bc309238de420c7 (diff)
downloadpkgsrc-3ef512751bd89c38a5032be10e80687db37dd826.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/