diff options
author | wiz <wiz> | 2000-10-17 00:05:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-10-17 00:05:29 +0000 |
commit | 8be0f10c4160d8bd2cb24599e91555886882b25c (patch) | |
tree | a2097083047bb595af391944800d88995da5a3c9 /archivers | |
parent | fd90efe2f1cf19790ea18e7c4791f5063fa4b3dc (diff) | |
download | pkgsrc-8be0f10c4160d8bd2cb24599e91555886882b25c.tar.gz |
mention PKGNAME in IGNORE message
Diffstat (limited to 'archivers')
-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: |