From 7c658cae10757847d2d6532d3734bf3a728e8609 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 9 Feb 1998 01:35:20 +0000 Subject: I forgot to strip the binaries in the new locations, I missed this change in the Makefile Evan sent me. Submitted by: Evan Champion --- www/squid25/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'www/squid25/Makefile') diff --git a/www/squid25/Makefile b/www/squid25/Makefile index b1a71f36f5f6..0301e4c5497f 100644 --- a/www/squid25/Makefile +++ b/www/squid25/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm # -# $Id: Makefile,v 1.39 1998/02/08 03:04:58 peter Exp $ +# $Id: Makefile,v 1.40 1998/02/08 03:39:05 peter Exp $ # DISTNAME= squid-1.2.beta14 @@ -65,7 +65,12 @@ MAKEFILE= makefile post-install: cd ${WRKSRC}/src; make install-pinger -.for file in cachemgr.cgi client dnsserver pinger squid +.for file in client squid + if [ -f ${PREFIX}/sbin/${file} ] ; then \ + strip ${PREFIX}/sbin/${file} ; \ + fi +.endfor +.for file in cachemgr.cgi dnsserver pinger unlinkd if [ -f ${PREFIX}/sbin/${file} ] ; then \ strip ${PREFIX}/sbin/${file} ; \ fi -- cgit v1.2.3