diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1998-01-09 02:52:14 +0800 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1998-01-09 02:52:14 +0800 |
commit | 4b6adb56f643b021ec2430ec7db091c7481306e4 (patch) | |
tree | e5429fd5985d637f01fca6c1418af98d6049bb70 /print/musixtex | |
parent | 5865bd5d2bf2a388cac2c04a7edbf960648adcd0 (diff) | |
download | freebsd-ports-gnome-4b6adb56f643b021ec2430ec7db091c7481306e4.tar.gz freebsd-ports-gnome-4b6adb56f643b021ec2430ec7db091c7481306e4.tar.zst freebsd-ports-gnome-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)
Diffstat (limited to 'print/musixtex')
-rw-r--r-- | print/musixtex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/musixtex/Makefile b/print/musixtex/Makefile index 0fe07ee5b5b0..25af32cfd482 100644 --- a/print/musixtex/Makefile +++ b/print/musixtex/Makefile @@ -3,12 +3,12 @@ # Date created: 9 july 1995 # Whom: jmz # -# $Id: Makefile,v 1.14 1997/11/06 00:02:24 asami Exp $ +# $Id: Makefile,v 1.15 1997/11/06 01:01:06 asami Exp $ # DISTNAME= musixtex-T80 CATEGORIES= print -MASTER_SITES= ftp://ftp.tex.ac.uk//tex-archive/macros/musixtex/taupin/ +MASTER_SITES= ftp://ftp.tex.ac.uk/tex-archive/macros/musixtex/taupin/ DISTFILES= musixtex-T80.tar.gz musixexa-T79.tar.gz MAINTAINER= jmz@FreeBSD.org |