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 /print/psutils-letter | |
parent | 5865bd5d2bf2a388cac2c04a7edbf960648adcd0 (diff) | |
download | freebsd-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)
Diffstat (limited to 'print/psutils-letter')
-rw-r--r-- | print/psutils-letter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/psutils-letter/Makefile b/print/psutils-letter/Makefile index 319d32f61c94..647ef474063c 100644 --- a/print/psutils-letter/Makefile +++ b/print/psutils-letter/Makefile @@ -3,13 +3,13 @@ # Date created: 21 September 1994 # Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.13 1997/08/15 23:13:58 jmz Exp $ +# $Id: Makefile,v 1.14 1997/11/10 11:23:39 asami Exp $ # DISTNAME= psutils-p17 PKGNAME= psutils-${PAPERSIZE}-1.17 CATEGORIES= print -MASTER_SITES= ftp://ftp.dcs.ed.ac.uk//pub/ajcd/ +MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ MAINTAINER= jmz@FreeBSD.org |