summaryrefslogtreecommitdiff
path: root/www/privoxy
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-12-15 16:56:53 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-12-15 16:56:53 +0000
commit37b825e8c2ae046846f390b966cfa771cbd10f0b (patch)
tree77d8b2fed15435e6882197044d011cf7f09f7220 /www/privoxy
parent- Fix build on CURRENT (diff)
Don't run preconfigure in a subshell of a subshell... it seems to bork up
the path. Approved by: kris
Diffstat (limited to 'www/privoxy')
-rw-r--r--www/privoxy/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile
index 1b7205936a0f..14268020d7d3 100644
--- a/www/privoxy/Makefile
+++ b/www/privoxy/Makefile
@@ -35,7 +35,7 @@ post-patch:
${WRKSRC}/config
pre-configure:
- @(cd ${WRKSRC}; ${AUTOHEADER})
+ @cd ${WRKSRC}; ${AUTOHEADER}
pre-install:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \