diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-04-08 19:05:48 +0000 |
commit | 049b253ab2419389f06646c0e948a48f93d9a375 (patch) | |
tree | 629d067ca78185e11697efa4f962230277becec4 /mail/majordomo | |
parent | 466b1016aa3aed7b3a70b1ed4a883e3be4b5c9ba (diff) | |
download | ports-049b253ab2419389f06646c0e948a48f93d9a375.tar.gz ports-049b253ab2419389f06646c0e948a48f93d9a375.zip |
Proper URLs that reference directories end in '/'
Notes
Notes:
svn path=/head/; revision=17742
Diffstat (limited to 'mail/majordomo')
-rw-r--r-- | mail/majordomo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index da2c98dcf7f0..40ca0e00975b 100644 --- a/mail/majordomo/Makefile +++ b/mail/majordomo/Makefile @@ -3,7 +3,7 @@ # Date created: 23 October 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.11 1997/09/10 02:52:38 itojun Exp $ +# $Id: Makefile,v 1.12 1999/03/11 21:47:14 scrappy Exp $ # DISTNAME= majordomo-1.94.4 @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= jfitz@FreeBSD.ORG Y2K= http://www.greatcircle.com/majordomo/majordomo-faq.html#1.8 -WWW_SITE= http://www.greatcircle.com/majordomo +WWW_SITE= http://www.greatcircle.com/majordomo/ # Needs to create a user and group IS_INTERACTIVE= yes |