diff options
author | wiz <wiz@pkgsrc.org> | 2000-10-17 00:05:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-10-17 00:05:29 +0000 |
commit | 33366437c79015007461fbf6f907b96a4ce8dcec (patch) | |
tree | a2097083047bb595af391944800d88995da5a3c9 /archivers/bzip2 | |
parent | 9e8c32ced7a4f06a966383e755a904f1029f28b2 (diff) | |
download | pkgsrc-33366437c79015007461fbf6f907b96a4ce8dcec.tar.gz |
mention PKGNAME in IGNORE message
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index ec4e74ed7e8..515321ad032 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 1999/03/10 15:35:21 agc Exp $ +# $NetBSD: Makefile,v 1.12 2000/10/17 00:05:29 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp # @@ -11,7 +11,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.muraroa.demon.co.uk/ .if exists(/usr/bin/bzip2) -IGNORE= "is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your NetBSD distribution" .endif do-install: |