diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:11:57 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:11:57 +0000 |
commit | b998f97bdba0c6899a5053e09fb0ada339239aab (patch) | |
tree | 43f98e29fdf6ca64d0d6985f0986ebeac2802372 /www/squid24/Makefile | |
parent | fe640d514b3ac736be9c699a07700dc167e8d703 (diff) | |
download | ports-b998f97bdba0c6899a5053e09fb0ada339239aab.tar.gz ports-b998f97bdba0c6899a5053e09fb0ada339239aab.zip |
Notes
Diffstat (limited to 'www/squid24/Makefile')
-rw-r--r-- | www/squid24/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 17e249abbc94..b9679e3c0112 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -27,6 +27,7 @@ MAINTAINER= adrian@freebsd.org DIST_SUBDIR= squid2.4 PATCH_DIST_STRIP= -p0 GNU_CONFIGURE= yes +USE_REINPLACE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ --localstatedir=${PREFIX}/squid \ @@ -96,7 +97,8 @@ MAKEFILE= makefile #CONFIGURE_ARGS+= --enable-heap-replacement post-extract: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure post-install: # I don't think many people use the pinger nowadays, and if you |