summaryrefslogtreecommitdiff
path: root/sysutils/top
diff options
context:
space:
mode:
authorsimonb <simonb>1999-02-15 04:36:31 +0000
committersimonb <simonb>1999-02-15 04:36:31 +0000
commit423ea521a1343f165a218e163cc140301574a710 (patch)
treee734e798bfaee1318f0b60f13b51e20d4d464f0c /sysutils/top
parentd88c7377ecc4281430f984b33e98ac1af15c3541 (diff)
downloadpkgsrc-423ea521a1343f165a218e163cc140301574a710.tar.gz
Add an IGNORE= line if top is installed in /usr/bin/top
(from Hubert Feyrer).
Diffstat (limited to 'sysutils/top')
-rw-r--r--sysutils/top/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile
index a77e6edc9d9..e159f7a4b97 100644
--- a/sysutils/top/Makefile
+++ b/sysutils/top/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1998/10/04 02:35:38 hubertf Exp $
+# $NetBSD: Makefile,v 1.16 1999/02/15 04:36:31 simonb Exp $
# FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp
#
@@ -14,6 +14,10 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS+= netbsd13
+.if exists(/usr/bin/top)
+IGNORE= "is part of your NetBSD distribution"
+.endif
+
# UVM definition will be pulled in from pkgsrc's mk/bsd.own.mk for now
MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" \