diff options
author | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@FreeBSD.org> | 1999-03-11 21:47:15 +0000 |
commit | d5ba786a254c17d1333ad29b2032caca32ebbdf7 (patch) | |
tree | d55c75fcfc0b21b2d9d29130e6b54098919500f7 /mail/majordomo | |
parent | Commit all Y2K/WWW_SITE changes to Makefiles... (diff) |
Commit all Y2K/WWW_SITE changes from today...
Notes
Notes:
svn path=/head/; revision=17142
Diffstat (limited to 'mail/majordomo')
-rw-r--r-- | mail/majordomo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index a25ef7c23ee9..da2c98dcf7f0 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.10 1997/04/29 10:55:56 jfitz Exp $ +# $Id: Makefile,v 1.11 1997/09/10 02:52:38 itojun Exp $ # DISTNAME= majordomo-1.94.4 @@ -15,6 +15,9 @@ 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 + # Needs to create a user and group IS_INTERACTIVE= yes NO_PACKAGE= "User and group need to be created" |