summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-23 17:24:17 +0000
committerjoerg <joerg>2010-02-23 17:24:17 +0000
commit4f46874bb878d5627560199519bc5a8d28ad7a6e (patch)
tree4de7dceabdf57901d23f8add1117f39d5d5d5f6e /mk/bsd.pkg.mk
parentcc4d4c8eb219994ee834e3d533dec2340ad5c329 (diff)
downloadpkgsrc-4f46874bb878d5627560199519bc5a8d28ad7a6e.tar.gz
Retire check for MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk10
1 files changed, 1 insertions, 9 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index b43e5782410..301580fdc75 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1964 2010/02/23 17:22:12 joerg Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1965 2010/02/23 17:24:17 joerg Exp $
#
# This file is in the public domain.
#
@@ -140,14 +140,6 @@ PKG_FAIL_REASON+='CATEGORIES and DISTNAME are mandatory.'
PKG_FAIL_REASON+='Please unset PKG_PATH before doing pkgsrc work!'
.endif
-.if defined(MASTER_SITE_SUBDIR)
-PKG_FAIL_REASON+='MASTER_SITE_SUBDIR is deprecated and must be replaced with MASTER_SITES.'
-.endif
-
-.if defined(PATCH_SITE_SUBDIR)
-PKG_FAIL_REASON+='PATCH_SITE_SUBDIR is deprecated and must be replaced with PATCH_SITES.'
-.endif
-
.if defined(ONLY_FOR_ARCHS) || defined(NOT_FOR_ARCHS) \
|| defined(ONLY_FOR_OPSYS) || defined(NOT_FOR_OPSYS)
PKG_FAIL_REASON+='ONLY/NOT_FOR_ARCHS/OPSYS are deprecated and must be replaced with ONLY/NOT_FOR_PLATFORM.'