diff options
Diffstat (limited to 'www/privoxy')
-rw-r--r-- | www/privoxy/Makefile | 2 |
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' \ |