diff options
author | tron <tron@pkgsrc.org> | 2001-01-11 10:49:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-11 10:49:58 +0000 |
commit | d9c239aad4bfc2cd23d0821119b45bd523d62c7e (patch) | |
tree | 10d7e0707733af6a20e1054bf0bb0a6402c93e8c /archivers/bzip2 | |
parent | a7a887fa7224e6729d18f5806b51bb58b71faf3c (diff) | |
download | pkgsrc-d9c239aad4bfc2cd23d0821119b45bd523d62c7e.tar.gz |
Use "${OPSYS}" in error message instead of hard coding "NetBSD".
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 9ff586243d6..002eeebd11e 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/01/11 09:26:19 tron Exp $ +# $NetBSD: Makefile,v 1.14 2001/01/11 10:49:58 tron 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://sourceware.cygnus.com/bzip2/index.html .if exists(/usr/bin/bzip2) -IGNORE= "${PKGNAME} is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution" .endif do-install: |