diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-24 15:48:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-24 15:48:19 +0000 |
commit | 5614498ac05f992a38d023bbb8502e161b1596c4 (patch) | |
tree | 9a8a09313956fc9447db42358322cf129627cd9f /mail | |
parent | a0a4695f87e74f53cd4c8525086a7fb2b83c2377 (diff) | |
download | pkgsrc-5614498ac05f992a38d023bbb8502e161b1596c4.tar.gz |
Quote IGNORE string.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sendmail-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail-current/Makefile b/mail/sendmail-current/Makefile index 3468f8f1f96..b6c8ebe8a26 100644 --- a/mail/sendmail-current/Makefile +++ b/mail/sendmail-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/08/22 05:57:31 itojun Exp $ +# $NetBSD: Makefile,v 1.5 2002/01/24 15:48:19 wiz Exp $ DISTNAME= sendmail.8.12.0.Beta10 PKGNAME= sendmail-8.11.99.10 @@ -19,7 +19,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.sendmail.org/ COMMENT= The well known Mail Transport Agent -IGNORE= security issue found, build broken due to lack of useradd +IGNORE= "security issue found, build broken due to lack of useradd" DEPENDS= m4-1.4:../../devel/m4 |