diff options
Diffstat (limited to 'mail')
-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 fdab592b373b..17bd4956a3e6 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.3 1996/11/10 21:31:37 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/17 07:42:33 obrien Exp $ # DISTNAME= majordomo-1.94 @@ -17,7 +17,7 @@ MAINTAINER= jfitz@FreeBSD.ORG # Needs to create a user and group IS_INTERACTIVE= yes -NO_PACKAGE= yes +NO_PACKAGE= "User and group need to be created." ALL_TARGET= wrapper INSTALL_TARGET= install install-wrapper MAN1= approve.1 bounce-remind.1 digest.1 |