diff options
author | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2002-12-07 02:38:52 +0000 |
commit | 0a1bd5acad4638865116c0da61447ceb86ee6ef4 (patch) | |
tree | 1de4a04cf479873e6e59c8e7b26df68132cd5628 /mail | |
parent | a2849a9dcac8e838b0156047f813c71851ab8a56 (diff) | |
download | pkgsrc-0a1bd5acad4638865116c0da61447ceb86ee6ef4.tar.gz |
Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailwrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailwrapper/Makefile b/mail/mailwrapper/Makefile index 7c750b732dd..cd8472f08d1 100644 --- a/mail/mailwrapper/Makefile +++ b/mail/mailwrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/02/25 04:17:58 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 2002/12/07 02:38:59 schmonz Exp $ DISTNAME= mailwrapper-19990412 CATEGORIES= mail @@ -13,7 +13,7 @@ NO_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes .if exists(/usr/sbin/mailwrapper) -IGNORE= "${PKGNAME} is part of your NetBSD distribution" +PKG_SKIP_REASON= "${PKGNAME} is part of your ${OPSYS} distribution" .endif WRKSRC= ${WRKDIR}/mailwrapper |