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 /mail/mailagent | |
parent | Upgrade 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)
Diffstat (limited to 'mail/mailagent')
-rw-r--r-- | mail/mailagent/Makefile | 4 |
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 |