summaryrefslogtreecommitdiff
path: root/news/ifmail
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 /news/ifmail
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 'news/ifmail')
-rw-r--r--news/ifmail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile
index 5f570f235600..5f479f300d4c 100644
--- a/news/ifmail/Makefile
+++ b/news/ifmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 Feb 1997
# Whom: dirk.meyer@dinoex.sub.org
#
-# $Id: Makefile,v 1.3 1997/12/09 05:28:31 asami Exp $
+# $Id: Makefile,v 1.4 1997/12/10 11:25:41 jseger Exp $
#
DISTNAME= ifmail-2.12
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://ftp.demos.su/unix/linux/source/fido/ \
ftp://ftp.average.org/ifmail/ \
ftp://ftp.dinoex.sub.de/pub/approved/
-MASTER_SITE_SUBDIR= fido/mail/
+MASTER_SITE_SUBDIR= fido/mail
MAINTAINER= dirk.meyer@dinoex.sub.org