diff options
author | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-08-21 21:01:29 +0000 |
commit | bd8fcc5a7be77a2a6c83e2de8067366e47743213 (patch) | |
tree | b8540c2f811aaa6873f63ebe685a84e3151c8018 /archivers/gzip-base | |
parent | 91f4062b641947b3b459f3fc861903940a9180a7 (diff) | |
download | pkgsrc-bd8fcc5a7be77a2a6c83e2de8067366e47743213.tar.gz |
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'archivers/gzip-base')
-rw-r--r-- | archivers/gzip-base/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |