diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-19 13:15:19 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-19 13:15:19 +0000 |
commit | 046b1114c5ceed7bdd9656a2009e358df49bf64a (patch) | |
tree | d19f9ea9427a0586179e582875f846b651e3d4c2 /www/squid25 | |
parent | ce1cd154c593ba18171475cc7e0126f42cfbbf1c (diff) | |
download | ports-046b1114c5ceed7bdd9656a2009e358df49bf64a.tar.gz ports-046b1114c5ceed7bdd9656a2009e358df49bf64a.zip |
Notes
Diffstat (limited to 'www/squid25')
-rw-r--r-- | www/squid25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile index d1a2d0e15953..0421718cc61a 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -33,7 +33,7 @@ GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ --localstatedir=${PREFIX}/squid -STRIP= # won't install scripts correctly othervise. +STRIP= # won't install scripts correctly otherwise. MAKEFILE= makefile # Some other configure options.. |