diff options
author | arved <arved@FreeBSD.org> | 2002-11-30 15:46:51 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-30 15:46:51 +0000 |
commit | 2f4e021b46ce10dbd7f82d36bf8d1a248157cf25 (patch) | |
tree | 02e9e3441cc70b13e68366986825d438cce56c93 /www/privoxy+ipv6 | |
parent | f0bf5efc446c0648e22af08822f3ef44d92e4260 (diff) | |
download | FreeBSD-ports-2f4e021b46ce10dbd7f82d36bf8d1a248157cf25.zip FreeBSD-ports-2f4e021b46ce10dbd7f82d36bf8d1a248157cf25.tar.gz |
Fix autoconf usage
Reported by: bento
Diffstat (limited to 'www/privoxy+ipv6')
-rw-r--r-- | www/privoxy+ipv6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/privoxy+ipv6/Makefile b/www/privoxy+ipv6/Makefile index 499a229..1b72059 100644 --- a/www/privoxy+ipv6/Makefile +++ b/www/privoxy+ipv6/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/privoxy-3.0.0-stable PKGMESSAGE= ${WRKDIR}/pkg-message USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 253 USE_REINPLACE= yes MAKEFILE= GNUmakefile @@ -35,7 +35,7 @@ post-patch: ${WRKSRC}/config pre-configure: - @(cd ${WRKSRC}; autoheader${USE_AUTOCONF_VER}) + @(cd ${WRKSRC}; ${AUTOHEADER}) pre-install: @${SED} -e 's,%%PREFIX%%,${PREFIX},g' \ |