summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-23 17:22:12 +0000
committerjoerg <joerg>2010-02-23 17:22:12 +0000
commitcc4d4c8eb219994ee834e3d533dec2340ad5c329 (patch)
treedd8b85f6e24cb9dd841d9bd0816cd033de771bb0 /mk/bsd.pkg.mk
parentcac6e5d5c54d634f3282cf4de3fb154f46f3dc7b (diff)
downloadpkgsrc-cc4d4c8eb219994ee834e3d533dec2340ad5c329.tar.gz
Retire check for ALL_TARGET. It was added before 2005.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 55c6fde4981..b43e5782410 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1963 2010/02/23 17:20:53 joerg Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1964 2010/02/23 17:22:12 joerg Exp $
#
# This file is in the public domain.
#
@@ -132,10 +132,6 @@ PKG_FAIL_REASON+= "PKG_INSTALLATION_TYPE must be \`\`pkgviews'' or \`\`overwrite
PKG_FAIL_REASON+= "This package doesn't support PKG_INSTALLATION_TYPE=${PKG_INSTALLATION_TYPE}."
.endif
-.if defined(ALL_TARGET)
-PKG_FAIL_REASON+='ALL_TARGET is deprecated and must be replaced with BUILD_TARGET.'
-.endif
-
.if !defined(CATEGORIES) || !defined(DISTNAME)
PKG_FAIL_REASON+='CATEGORIES and DISTNAME are mandatory.'
.endif