diff options
author | joerg <joerg> | 2010-02-23 17:20:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-23 17:20:53 +0000 |
commit | cac6e5d5c54d634f3282cf4de3fb154f46f3dc7b (patch) | |
tree | b863365b2dd7bbe428cadacbdb25ea839f367baf /mk | |
parent | 26f55a1c0f2a90433bd7f37e4982856f4d16b228 (diff) | |
download | pkgsrc-cac6e5d5c54d634f3282cf4de3fb154f46f3dc7b.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.mk | 7 |
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 |