summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/gzip-base/Makefile5
-rw-r--r--archivers/gzip-info/Makefile5
-rw-r--r--archivers/gzip/Makefile5
3 files changed, 6 insertions, 9 deletions
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
diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile
index 54d7126a663..29ad9754019 100644
--- a/archivers/gzip-info/Makefile
+++ b/archivers/gzip-info/Makefile
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/08/21 21:01:29 hubertf Exp $
-#
+# $NetBSD: Makefile,v 1.5 2001/01/10 11:59:29 tron Exp $
DISTNAME= gzip-1.2.4a
PKGNAME= gzip-info-1.2.4a
@@ -20,7 +19,7 @@ NO_CONFIGURE= yes
NO_BUILD= yes
.if exists(/usr/bin/gzip)
-IGNORE= "${PKGNAME} is part of your NetBSD distribution"
+IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution"
.endif
do-install:
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"