diff options
author | fenner <fenner@FreeBSD.org> | 1998-01-09 02:52:14 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-01-09 02:52:14 +0800 |
commit | 983599ec6f3d0f4e852bc9d13462f756128cb5ac (patch) | |
tree | 1fbb9d706ce89c7d511f8c362581005028ccfa91 /mail/xlbiff | |
parent | 9fb8d29681e666cb67e9cfe6c4280ff917860ddd (diff) | |
download | freebsd-ports-gnome-983599ec6f3d0f4e852bc9d13462f756128cb5ac.tar.gz freebsd-ports-gnome-983599ec6f3d0f4e852bc9d13462f756128cb5ac.tar.zst freebsd-ports-gnome-983599ec6f3d0f4e852bc9d13462f756128cb5ac.zip |
Eliminate double slashes in URL's by:
- Removing trailing slashes from MASTER_SITE_SUBDIR
- Removing doubled slashes in URL
- Adding %2F at start of absolute pathnames (see RFC1738)
Diffstat (limited to 'mail/xlbiff')
-rw-r--r-- | mail/xlbiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xlbiff/Makefile b/mail/xlbiff/Makefile index eac96a061d45..bcd94c75373f 100644 --- a/mail/xlbiff/Makefile +++ b/mail/xlbiff/Makefile @@ -4,13 +4,13 @@ # Date created: 23-Aug-1995 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.3 1996/12/17 12:33:24 asami Exp $ +# $Id: Makefile,v 1.4 1997/08/01 05:47:40 obrien Exp $ DISTNAME= xlbiff-3.0 CATEGORIES= mail x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.pacbell.com/mirror/ftp.x.org/X11/R5contrib/ \ - ftp://ftp.funet.fi//pub/X11/R5contrib/ \ + ftp://ftp.funet.fi/pub/X11/R5contrib/ \ ftp://ftp.hitachi.co.jp/pub/X/R5contrib/ EXTRACT_SUFX= .tar.Z |