From ee5d7b7ebf1d11adb63a9471e89d9e4ccda9ae48 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 30 Dec 2014 15:13:19 +0000 Subject: Remove pkg_views support, second part: infrastructure. --- mk/misc/can-be-built-here.mk | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'mk/misc/can-be-built-here.mk') diff --git a/mk/misc/can-be-built-here.mk b/mk/misc/can-be-built-here.mk index 2a11b642d28..8218687a38c 100644 --- a/mk/misc/can-be-built-here.mk +++ b/mk/misc/can-be-built-here.mk @@ -1,4 +1,4 @@ -# $NetBSD: can-be-built-here.mk,v 1.6 2008/11/05 08:24:23 rillig Exp $ +# $NetBSD: can-be-built-here.mk,v 1.7 2014/12/30 15:13:19 wiz Exp $ # # This file checks whether a package can be built in the current pkgsrc # environment. It checks the following variables: @@ -129,17 +129,6 @@ _CBBH.skip= yes _CBBH.skip= no .endif -# Check PKG_INSTALLATION_TYPES -_CBBH_CHECKS+= pkgviews -_CBBH_MSGS.pkgviews= "This package is not available for pkgviews." - -_CBBH.pkgviews= yes -.if ${PKG_INSTALLATION_PREFS} == "pkgviews overwrite" -. if empty(PKG_INSTALLATION_TYPES:Mpkgviews) -_CBBH.pkgviews= no -. endif -.endif - # Collect and combine the results _CBBH= yes _CBBH_MSGS= # none -- cgit v1.2.3