diff options
author | jkh <jkh@FreeBSD.org> | 1998-05-20 22:27:18 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-05-20 22:27:18 +0000 |
commit | 73637e50fa7485979850af3e1c29d27a240aa736 (patch) | |
tree | 109b871125d70d762112b1b3c3040144616994ef /Mk/bsd.port.mk | |
parent | 703aac626f16977c415d567bafe1f544776949ed (diff) | |
download | FreeBSD-ports-73637e50fa7485979850af3e1c29d27a240aa736.zip FreeBSD-ports-73637e50fa7485979850af3e1c29d27a240aa736.tar.gz |
Complete back-out of the bsd.locale.mk change.
OK'd by: asami
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 eca8857..cfcacdc 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?= . |