From a34f7d6e8f646b666a9d02576172a2c5f76555fe Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 20 Jul 2007 22:40:56 +0000 Subject: Kill code to catch Zoularis installations. It is three years old and anyone still having such an old installation has other issues like nbawk anyway. --- mk/bsd.prefs.mk | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'mk') diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index f131d435532..423de8c1888 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.252 2007/07/17 09:20:18 joerg Exp $ +# $NetBSD: bsd.prefs.mk,v 1.253 2007/07/20 22:40:56 joerg Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -521,14 +521,6 @@ USE_TOOLS+= awk:pkgsrc cut:pkgsrc echo:pkgsrc pwd:pkgsrc \ .include "${_PKGSRC_TOPDIR}/mk/tools/defaults.mk" -.if exists(${LOCALBASE}/bsd/share/mk/zoularis.mk) -PKG_FAIL_REASON+= 'You appear to have a deprecated Zoularis installation.' -PKG_FAIL_REASON+= 'Please update your system to bootstrap-pkgsrc and remove the' -PKG_FAIL_REASON+= '${LOCALBASE}/bsd directory.' -PKG_FAIL_REASON+= 'See http://mail-index.NetBSD.org/tech-pkg/2004/02/14/0004.html' -PKG_FAIL_REASON+= 'for more details.' -.endif - PKGPATH?= ${.CURDIR:C|.*/([^/]*/[^/]*)$|\1|} .if !defined(_PKGSRCDIR) _PKGSRCDIR!= cd ${_PKGSRC_TOPDIR} && ${PWD_CMD} -- cgit v1.2.3