diff options
author | max <max@FreeBSD.org> | 1996-12-08 09:45:16 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 09:45:16 +0800 |
commit | e5d1935b6be9d489ab4a2dfb5abf9f84bc703377 (patch) | |
tree | 3ca7b66299964875daf16e2b9e0b0fd38199fa86 /mail | |
parent | 5f4dc3c6771724d3b6e4a01bed5b94b8b1ce3730 (diff) | |
download | freebsd-ports-gnome-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.gz freebsd-ports-gnome-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.zst freebsd-ports-gnome-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.zip |
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailagent/Makefile | 4 | ||||
-rw-r--r-- | mail/majordomo/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index e0fd790e6b97..96209105732c 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -3,7 +3,7 @@ # Date created: 23 Sep 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1996/11/10 21:31:33 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/17 07:42:30 obrien Exp $ # DISTNAME= mailagent-3.0pl44 @@ -18,7 +18,7 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 WRKSRC= ${WRKDIR}/mailagent-3.0 -NO_PACKAGE= "Correct FQDN needs to be hardcoded." +NO_PACKAGE= "Correct FQDN needs to be hardcoded" IS_INTERACTIVE= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile index 17bd4956a3e6..a53ac1228ed9 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.4 1996/11/17 07:42:33 obrien Exp $ +# $Id: Makefile,v 1.5 1996/12/07 11:26:41 max 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= "User and group need to be created." +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 |