diff options
author | joerg <joerg> | 2007-07-20 22:40:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-20 22:40:56 +0000 |
commit | a34f7d6e8f646b666a9d02576172a2c5f76555fe (patch) | |
tree | 2399a48d5d2233af9ebceefc4e9db0ddf06bbe4d /mk/bsd.prefs.mk | |
parent | 781ba27740d160f2634b441935350ccdf4991fd7 (diff) | |
download | pkgsrc-a34f7d6e8f646b666a9d02576172a2c5f76555fe.tar.gz |
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.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r-- | mk/bsd.prefs.mk | 10 |
1 files changed, 1 insertions, 9 deletions
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} |