summaryrefslogtreecommitdiff
path: root/print/psutils-letter/Makefile
diff options
context:
space:
mode:
authorBill Fenner <fenner@FreeBSD.org>1998-01-08 18:52:14 +0000
committerBill Fenner <fenner@FreeBSD.org>1998-01-08 18:52:14 +0000
commit4b6adb56f643b021ec2430ec7db091c7481306e4 (patch)
treee5429fd5985d637f01fca6c1418af98d6049bb70 /print/psutils-letter/Makefile
parentUpgrade to 1.0b9c, fixes a recently introduced keyboard focus bug. (diff)
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 'print/psutils-letter/Makefile')
-rw-r--r--print/psutils-letter/Makefile4
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