diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-23 17:24:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-23 17:24:17 +0000 |
commit | d84d6bda9adac6dae286f778335054191fdf5932 (patch) | |
tree | 4de7dceabdf57901d23f8add1117f39d5d5d5f6e /mk | |
parent | 507fcf803b60af213b688c195e7fd9fcebba4db1 (diff) | |
download | pkgsrc-d84d6bda9adac6dae286f778335054191fdf5932.tar.gz |
Retire check for MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 10 |
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.' |