diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-05-20 22:27:18 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-05-20 22:27:18 +0000 |
commit | 4ca759b291a629ad6435a35f7cdf00e69e6e2402 (patch) | |
tree | cb05049873149c38a6d92b0df72e33f800fca9eb /Mk/bsd.port.mk | |
parent | Swap patch-aa and patch-ab, order is sufficient (diff) |
Complete back-out of the bsd.locale.mk change.
OK'd by: asami
Notes
Notes:
svn path=/head/; revision=11084
Diffstat (limited to 'Mk/bsd.port.mk')
-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?= . |