diff options
-rw-r--r-- | Mk/bsd.port.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index eca8857a4ef4..cfcacdc99a1f 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -270,8 +270,6 @@ ARCH!= uname -m # Get the operating system type OPSYS!= uname -s -.include <bsd.locale.mk> - .if exists(${.CURDIR}/../Makefile.inc) .include "${.CURDIR}/../Makefile.inc" .endif @@ -590,11 +588,6 @@ MASTER_SITE_KDE+= \ MASTER_SITES?= PATCH_SITES?= -# If the user has this set, try it first -.if defined(NEAR_SITE_LIST) -MASTER_SITES:= ${NEAR_SITE_LIST} ${MASTER_SITES} -.endif - # To avoid double-slashes MASTER_SITE_SUBDIR?= . PATCH_SITE_SUBDIR?= . |