diff options
author | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
commit | 3ccf9a645e688abfaf38a08f2594ca31f2394159 (patch) | |
tree | b8540c2f811aaa6873f63ebe685a84e3151c8018 /mail/mailwrapper | |
parent | c018bc21e15534787e9c1b20397c52d2eb358a77 (diff) | |
download | pkgsrc-3ccf9a645e688abfaf38a08f2594ca31f2394159.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'mail/mailwrapper')
-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 e33de6c0747..3d79bd0c47d 100644 --- a/mail/mailwrapper/Makefile +++ b/mail/mailwrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/08/18 22:46:37 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/21 21:01:31 hubertf Exp $ DISTNAME= mailwrapper-19990412 CATEGORIES= mail @@ -12,7 +12,7 @@ NO_CONFIGURE= yes MANCOMPRESSED_IF_MANZ= yes .if exists(/usr/sbin/mailwrapper) -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif WRKSRC= ${WRKDIR}/mailwrapper |