From 1f1633a32824f47630c7da8bdc37807ffe061dd8 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 10 Jan 2001 11:57:50 +0000 Subject: Use "${OPSYS}" in error message instead of hard coding "NetBSD". --- archivers/gzip-base/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'archivers/gzip-base') diff --git a/archivers/gzip-base/Makefile b/archivers/gzip-base/Makefile index e27d08e8af8..919cb17eade 100644 --- a/archivers/gzip-base/Makefile +++ b/archivers/gzip-base/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/10/24 19:18:27 hubertf Exp $ -# +# $NetBSD: Makefile,v 1.6 2001/01/10 11:59:29 tron Exp $ DISTNAME= gzip-1.2.4a PKGNAME= gzip-base-1.2.4a @@ -17,7 +16,7 @@ BUILD_TARGET= all manlinks=so INSTALL_TARGET= install manlinks=so .if exists(/usr/bin/gzip) -IGNORE= "${PKGNAME} is part of your NetBSD distribution" +IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution" .endif # We avoid using a patch for disabling the install of the info -- cgit v1.2.3