aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/privoxy+ipv6/Makefile2
-rw-r--r--www/privoxy/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/privoxy+ipv6/Makefile b/www/privoxy+ipv6/Makefile
index 1b7205936a0f..14268020d7d3 100644
--- a/www/privoxy+ipv6/Makefile
+++ b/www/privoxy+ipv6/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' \
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' \