summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-23 17:20:53 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-23 17:20:53 +0000
commit8fa9bc42138eb3c6e718050b22da87d2aadde349 (patch)
treeb863365b2dd7bbe428cadacbdb25ea839f367baf /mk
parent57899640b0e65b79a06016936bee414914453c82 (diff)
downloadpkgsrc-8fa9bc42138eb3c6e718050b22da87d2aadde349.tar.gz
Retire check for NO_WRKSUBDIR. It's been deprecated in 2001 and has been
an error almost as long.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 0051aefcb60..55c6fde4981 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1962 2010/02/23 17:16:51 joerg Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1963 2010/02/23 17:20:53 joerg Exp $
#
# This file is in the public domain.
#
@@ -136,11 +136,6 @@ PKG_FAIL_REASON+= "This package doesn't support PKG_INSTALLATION_TYPE=${PKG_INST
PKG_FAIL_REASON+='ALL_TARGET is deprecated and must be replaced with BUILD_TARGET.'
.endif
-.if defined(NO_WRKSUBDIR)
-PKG_FAIL_REASON+='NO_WRKSUBDIR has been deprecated - please replace it with an explicit'
-PKG_FAIL_REASON+='assignment of WRKSRC= $${WRKDIR}'
-.endif # NO_WRKSUBDIR
-
.if !defined(CATEGORIES) || !defined(DISTNAME)
PKG_FAIL_REASON+='CATEGORIES and DISTNAME are mandatory.'
.endif