summaryrefslogtreecommitdiff
path: root/sysutils/top
diff options
context:
space:
mode:
authorwiz <wiz>2000-10-17 00:10:16 +0000
committerwiz <wiz>2000-10-17 00:10:16 +0000
commit846e801e798226f3d96c878f00bf3bb9caf46e6b (patch)
tree066149c605c29a382f4ff04cbebe3985c3f84f83 /sysutils/top
parent8be0f10c4160d8bd2cb24599e91555886882b25c (diff)
downloadpkgsrc-846e801e798226f3d96c878f00bf3bb9caf46e6b.tar.gz
mention PKGNAME in IGNORE
Diffstat (limited to 'sysutils/top')
-rw-r--r--sysutils/top/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile
index d2c4b82e0dd..ab79156088b 100644
--- a/sysutils/top/Makefile
+++ b/sysutils/top/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2000/03/27 08:55:00 tron Exp $
+# $NetBSD: Makefile,v 1.22 2000/10/17 00:10:16 wiz Exp $
# FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp
#
@@ -25,7 +25,7 @@ MAKE_ENV+= CPPFLAGS=
CONFIGURE_ARGS+= ${CONF}
.if exists(/usr/bin/top)
-IGNORE= "is part of your NetBSD distribution"
+IGNORE= "${PKGNAME} is part of your NetBSD distribution"
.endif
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \