summaryrefslogtreecommitdiff
path: root/archivers/gzip
diff options
context:
space:
mode:
authortron <tron>2001-01-10 11:57:50 +0000
committertron <tron>2001-01-10 11:57:50 +0000
commit35b533d1896730e1f013317d1cbf49f6ddd04d90 (patch)
treeff0247a7ecf144d9f27a206f955adaec2f9ed65e /archivers/gzip
parentc69847b5d2205021b2cba16de17b1d05aa11708c (diff)
downloadpkgsrc-35b533d1896730e1f013317d1cbf49f6ddd04d90.tar.gz
Use "${OPSYS}" in error message instead of hard coding "NetBSD".
Diffstat (limited to 'archivers/gzip')
-rw-r--r--archivers/gzip/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index faae0c520bb..46a9a65cbde 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2000/08/21 21:01:29 hubertf Exp $
-#
+# $NetBSD: Makefile,v 1.3 2001/01/10 11:57:50 tron Exp $
DISTNAME= gzip-1.2.4a
CATEGORIES= archivers
@@ -21,7 +20,7 @@ NO_BUILD= yes
do-install: # empty
.if exists(/usr/bin/gzip)
-IGNORE= "${PKGNAME} is part of your NetBSD distribution"
+IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution"
.endif
.include "../../mk/bsd.pkg.mk"