diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-01-08 18:52:14 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-01-08 18:52:14 +0000 |
commit | 4b6adb56f643b021ec2430ec7db091c7481306e4 (patch) | |
tree | e5429fd5985d637f01fca6c1418af98d6049bb70 /archivers/nulib | |
parent | 5865bd5d2bf2a388cac2c04a7edbf960648adcd0 (diff) | |
download | ports-4b6adb56f643b021ec2430ec7db091c7481306e4.tar.gz ports-4b6adb56f643b021ec2430ec7db091c7481306e4.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)
Notes
Notes:
svn path=/head/; revision=9295
Diffstat (limited to 'archivers/nulib')
-rw-r--r-- | archivers/nulib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/nulib/Makefile b/archivers/nulib/Makefile index 3a04663ddd97..e01929d846fd 100644 --- a/archivers/nulib/Makefile +++ b/archivers/nulib/Makefile @@ -3,12 +3,12 @@ # Date created: Thu May 8 00:14:31 PDT 1997 # Whom: Steven Wallace <swallace@freebsd.org> # -# $Id: Makefile,v 1.9 1996/12/07 09:28:40 max Exp $ +# $Id: Makefile,v 1.1.1.1 1997/05/15 23:23:08 swallace Exp $ # DISTNAME= nulib-3.25 CATEGORIES= archivers -MASTER_SITES= ftp://apple2.caltech.edu//Zocalo/pub/apple2/ARCHIVERS/ +MASTER_SITES= ftp://apple2.caltech.edu/%2FZocalo/pub/apple2/ARCHIVERS/ DISTFILES= nulib325.tar.Z WRKSRC= ${WRKDIR}/nulib |