diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 09:11:57 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 09:11:57 +0800 |
commit | 719e648ec3fe8a34e87ad3f43ffe8a399db75431 (patch) | |
tree | be678b42cbb9cc390028759068c69b5d65e41f80 /www | |
parent | e2847ad7b2d84374deb3409b7173cee7020aacd2 (diff) | |
download | freebsd-ports-gnome-719e648ec3fe8a34e87ad3f43ffe8a399db75431.tar.gz freebsd-ports-gnome-719e648ec3fe8a34e87ad3f43ffe8a399db75431.tar.zst freebsd-ports-gnome-719e648ec3fe8a34e87ad3f43ffe8a399db75431.zip |
PRL -> REINPLACE
Noticed by: bento
Diffstat (limited to 'www')
-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 |