aboutsummaryrefslogtreecommitdiff
path: root/mail/mailagent
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 /mail/mailagent
parent5865bd5d2bf2a388cac2c04a7edbf960648adcd0 (diff)
downloadports-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 'mail/mailagent')
-rw-r--r--mail/mailagent/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile
index 864c5a54f2cb..438c9c5fd7af 100644
--- a/mail/mailagent/Makefile
+++ b/mail/mailagent/Makefile
@@ -3,14 +3,14 @@
# Date created: 23 Sep 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.20 1997/09/16 01:03:26 max Exp $
+# $Id: Makefile,v 1.21 1997/11/23 17:02:37 max Exp $
#
DISTNAME= mailagent-3.0@58
PKGNAME= mailagent-3.0.58
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= ../../authors/id/RAM/
+MASTER_SITE_SUBDIR= ../../authors/id/RAM
MAINTAINER= max@FreeBSD.ORG