summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gzip-base/Makefile4
-rw-r--r--archivers/gzip-info/Makefile4
-rw-r--r--archivers/gzip/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/archivers/gzip-base/Makefile b/archivers/gzip-base/Makefile
index b3319553076..819f0f1f0ed 100644
--- a/archivers/gzip-base/Makefile
+++ b/archivers/gzip-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/09/19 18:50:11 kim Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/21 21:01:29 hubertf Exp $
#
DISTNAME= gzip-1.2.4a
@@ -19,7 +19,7 @@ BUILD_TARGET= all manlinks=so
INSTALL_TARGET= install manlinks=so
.if exists(/usr/bin/gzip)
-IGNORE= "is part of your NetBSD distribution"
+IGNORE= "${PKGNAME} is part of your NetBSD 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 c444ca155ed..54d7126a663 100644
--- a/archivers/gzip-info/Makefile
+++ b/archivers/gzip-info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/09/19 19:25:00 kim Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/21 21:01:29 hubertf Exp $
#
DISTNAME= gzip-1.2.4a
@@ -20,7 +20,7 @@ NO_CONFIGURE= yes
NO_BUILD= yes
.if exists(/usr/bin/gzip)
-IGNORE= "is part of your NetBSD distribution"
+IGNORE= "${PKGNAME} is part of your NetBSD distribution"
.endif
do-install:
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index 06abb8682b3..faae0c520bb 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 14:27:54 kim Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/21 21:01:29 hubertf Exp $
#
DISTNAME= gzip-1.2.4a
@@ -21,7 +21,7 @@ NO_BUILD= yes
do-install: # empty
.if exists(/usr/bin/gzip)
-IGNORE= "is part of your NetBSD distribution"
+IGNORE= "${PKGNAME} is part of your NetBSD distribution"
.endif
.include "../../mk/bsd.pkg.mk"