diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-12-15 16:56:53 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-12-15 16:56:53 +0000 |
commit | 37b825e8c2ae046846f390b966cfa771cbd10f0b (patch) | |
tree | 77d8b2fed15435e6882197044d011cf7f09f7220 /www/privoxy | |
parent | d1b55e63c1d19c88185519e6ae9836162c48f643 (diff) | |
download | ports-37b825e8c2ae046846f390b966cfa771cbd10f0b.tar.gz ports-37b825e8c2ae046846f390b966cfa771cbd10f0b.zip |
Notes
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' \ |