diff options
-rw-r--r-- | www/squid/Makefile | 9 | ||||
-rw-r--r-- | www/squid22/Makefile | 9 | ||||
-rw-r--r-- | www/squid23/Makefile | 9 | ||||
-rw-r--r-- | www/squid24/Makefile | 9 | ||||
-rw-r--r-- | www/squid25/Makefile | 9 | ||||
-rw-r--r-- | www/squid26/Makefile | 9 | ||||
-rw-r--r-- | www/squid27/Makefile | 9 | ||||
-rw-r--r-- | www/squid30/Makefile | 9 | ||||
-rw-r--r-- | www/squid31/Makefile | 9 |
9 files changed, 63 insertions, 18 deletions
diff --git a/www/squid/Makefile b/www/squid/Makefile index b1a71f36f5f6..0301e4c5497f 100644 --- a/www/squid/Makefile +++ b/www/squid/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $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 diff --git a/www/squid22/Makefile b/www/squid22/Makefile index b1a71f36f5f6..0301e4c5497f 100644 --- a/www/squid22/Makefile +++ b/www/squid22/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $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 diff --git a/www/squid23/Makefile b/www/squid23/Makefile index b1a71f36f5f6..0301e4c5497f 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $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 diff --git a/www/squid24/Makefile b/www/squid24/Makefile index b1a71f36f5f6..0301e4c5497f 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $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 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 <peter@freebsd.org> # -# $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 diff --git a/www/squid26/Makefile b/www/squid26/Makefile index b1a71f36f5f6..0301e4c5497f 100644 --- a/www/squid26/Makefile +++ b/www/squid26/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $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 diff --git a/www/squid27/Makefile b/www/squid27/Makefile index b1a71f36f5f6..0301e4c5497f 100644 --- a/www/squid27/Makefile +++ b/www/squid27/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $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 diff --git a/www/squid30/Makefile b/www/squid30/Makefile index b1a71f36f5f6..0301e4c5497f 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $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 diff --git a/www/squid31/Makefile b/www/squid31/Makefile index b1a71f36f5f6..0301e4c5497f 100644 --- a/www/squid31/Makefile +++ b/www/squid31/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm <peter@freebsd.org> # -# $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 |