diff options
author | nork <nork@FreeBSD.org> | 2002-11-23 15:50:34 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-11-23 15:50:34 +0800 |
commit | df3387843c7d0bde11ded03894f198e05bf64e14 (patch) | |
tree | 94ea6ede009b88081de13e2333b64e7408bd85db /www/privoxy | |
parent | 3a8fc7cbb083486485213e222440d575afbc5327 (diff) | |
download | freebsd-ports-gnome-df3387843c7d0bde11ded03894f198e05bf64e14.tar.gz freebsd-ports-gnome-df3387843c7d0bde11ded03894f198e05bf64e14.tar.zst freebsd-ports-gnome-df3387843c7d0bde11ded03894f198e05bf64e14.zip |
PREFIX clean.
Diffstat (limited to 'www/privoxy')
-rw-r--r-- | www/privoxy/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index d05424e79c0e..e7e7fdeb3d7e 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/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}) |