diff options
author | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
commit | bea30c631c04235a8505e3fe72eea7eab8c23e84 (patch) | |
tree | 7250e684a2c8bfe38440afbc76eb6b5d574aebb1 /mail | |
parent | a716c3ba2b3defde765ea809514d631cec7e58e2 (diff) | |
download | freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.gz freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.zst freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.zip |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
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 |