summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-08-12 05:11:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-08-12 05:11:59 +0000
commitab630c8e5e117be884ea13c1ce2f4ce8acb8d03e (patch)
tree9fb7143af2a4a2f9b1b70d075070e837f434cea8
parent1: Upgrade to 1.2.5 (diff)
- Fix PATH problem with bsd.autotools.mk
PR: 64393
Notes
Notes: svn path=/head/; revision=115986
-rw-r--r--lang/gnustep-base/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index f2b97c45027f..81b7b0528754 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -61,6 +61,7 @@ EXTRA_PATCHES+= ${FILESDIR}/NSFileManager.m.patch
.include <bsd.port.pre.mk>
+PATH:= ${PREFIX}/System/Tools:${PATH}
TARGLIB!= (cd ${PORTSDIR}/${GNUSTEP_OBJC_PORT} && make -V TARGLIB)
.if defined(WITH_GNUSTEP_DEVEL)
@@ -91,6 +92,3 @@ test:
@(cd ${WRKSRC}/Testing && . ${SYSTEMDIR}/Makefiles/GNUstep.sh; ${GMAKE})
.include <bsd.port.post.mk>
-
-# bsd.autotools.mk clobbers MAKE_ENV
-MAKE_ENV+= PATH=${AUTOTOOLS_PATH}:${PREFIX}/System/Tools:${PATH}