diff options
author | grant <grant@pkgsrc.org> | 2004-02-14 03:33:39 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-14 03:33:39 +0000 |
commit | 2928aefaa2ee5eb2d26ec7c6c343d65bc80d335f (patch) | |
tree | e86f4aa7b8ee3adc6286db5624b1fd03a30a2fe1 /mk | |
parent | 54133ebbb030aaab57ca9b097c9b38215a2fdf30 (diff) | |
download | pkgsrc-2928aefaa2ee5eb2d26ec7c6c343d65bc80d335f.tar.gz |
add URL to my post to tech-pkg to deprecated Zoularis message.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index 332e5da6294..75719bba40a 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.152 2004/02/14 03:26:09 grant Exp $ +# $NetBSD: bsd.prefs.mk,v 1.153 2004/02/14 03:33:39 grant Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -440,6 +440,8 @@ USE_BUILDLINK3= yes # pkgviews requires buildlink3 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 _PKGSRCDIR?= ${.CURDIR:C|/[^/]*/[^/]*$||} |