diff options
author | grant <grant@pkgsrc.org> | 2004-02-22 07:32:36 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-22 07:32:36 +0000 |
commit | 3a331d2d919d91631df918a11e9e86943300b064 (patch) | |
tree | 66a85cbe76fe46ae214649e241e0886c71ba2a4f /sysutils/top | |
parent | 137a054ff450c5f2afd46526a74976063b64cea6 (diff) | |
download | pkgsrc-3a331d2d919d91631df918a11e9e86943300b064.tar.gz |
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 (limited to 'sysutils/top')
-rw-r--r-- | sysutils/top/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile index 903991e8f7f..4a6b1f7dc27 100644 --- a/sysutils/top/Makefile +++ b/sysutils/top/Makefile @@ -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 @@ MAKE_ENV+= CPPFLAGS= 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: |