pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/top remove artificial restriction building to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9552985a4de7
branches:  trunk
changeset: 469335:9552985a4de7
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Feb 22 07:32:36 2004 +0000

description:
remove artificial restriction building top if /usr/bin/top exists.
there are good reasons why one might want the pkgsrc version,
regardless of whether the base system includes top(1) or not.

diffstat:

 sysutils/top/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 8d53a50185be -r 9552985a4de7 sysutils/top/Makefile
--- a/sysutils/top/Makefile     Sun Feb 22 07:29:59 2004 +0000
+++ b/sysutils/top/Makefile     Sun Feb 22 07:32:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2003/07/17 22:53:55 grant Exp $
+# $NetBSD: Makefile,v 1.28 2004/02/22 07:32:36 grant Exp $
 # FreeBSD Id: Makefile,v 1.14 1997/04/30 23:49:14 asami Exp
 #
 
@@ -25,10 +25,6 @@
 
 CONFIGURE_ARGS+=       ${CONF}
 
-.if exists(/usr/bin/top)
-PKG_SKIP_REASON=       "${PKGNAME} is part of your ${OPSYS} distribution"
-.endif
-
 MAKE_ENV+=     COPY="${COPY}" STRIPFLAG="${_STRIPFLAG_INSTALL}"
 
 pre-configure:



Home | Main Index | Thread Index | Old Index