summaryrefslogtreecommitdiff
path: root/lang/objc/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 03:41:25 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 03:41:25 +0000
commita941c551876f9e81a158baa94806328a7aac168a (patch)
tree0a7679df6a4dbea90776ba333fa606e9602dc991 /lang/objc/Makefile
parentexpr -> ${EXPR} (diff)
env -> ${SETENV}
Notes
Notes: svn path=/head/; revision=21052
Diffstat (limited to '')
-rw-r--r--lang/objc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/objc/Makefile b/lang/objc/Makefile
index 5be13cc35203..a940b4e0ab30 100644
--- a/lang/objc/Makefile
+++ b/lang/objc/Makefile
@@ -37,7 +37,7 @@ pre-configure:
post-build:
$(ECHO) "Building additional libraries (boehm-gc compatibility)"
- (cd $(WRKSRC); env PATH=$(WRKDIR)/bin:$(PATH) ./makeLibs)
+ (cd $(WRKSRC); ${SETENV} PATH=$(WRKDIR)/bin:$(PATH) ./makeLibs)
pre-install:
$(MKDIR) $(PREFIX)/share/doc/objc