diff options
author | nork <nork@FreeBSD.org> | 2002-11-23 07:50:34 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-23 07:50:34 +0000 |
commit | df3387843c7d0bde11ded03894f198e05bf64e14 (patch) | |
tree | 94ea6ede009b88081de13e2333b64e7408bd85db /www/privoxy+ipv6 | |
parent | 3a8fc7cbb083486485213e222440d575afbc5327 (diff) | |
download | FreeBSD-ports-df3387843c7d0bde11ded03894f198e05bf64e14.zip FreeBSD-ports-df3387843c7d0bde11ded03894f198e05bf64e14.tar.gz |
PREFIX clean.
Diffstat (limited to 'www/privoxy+ipv6')
-rw-r--r-- | www/privoxy+ipv6/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/privoxy+ipv6/Makefile b/www/privoxy+ipv6/Makefile index d05424e..e7e7fde 100644 --- a/www/privoxy+ipv6/Makefile +++ b/www/privoxy+ipv6/Makefile @@ -18,11 +18,16 @@ WRKSRC= ${WRKDIR}/privoxy-3.0.0-stable USE_GMAKE= yes USE_AUTOCONF= yes +USE_REINPLACE= yes MAKEFILE= GNUmakefile MAN1= privoxy.1 +post-patch: + @${REINPLACE_CMD} -e 's,/usr/local,$${PREFIX},' \ + ${WRKSRC}/GNUmakefile.in + pre-configure: @(cd ${WRKSRC}; autoheader${USE_AUTOCONF_VER}) |