From c50b5b95405ff0110b8a83cfb5010dd2ccdf9ad1 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 12 Feb 1999 18:26:27 +0000 Subject: Instead of defining STRIP to be empty, you can just use ${INSTALL_SCRIPT}. :) --- www/squidclients/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'www/squidclients') diff --git a/www/squidclients/Makefile b/www/squidclients/Makefile index a031fee5daae..14bb00d1721b 100644 --- a/www/squidclients/Makefile +++ b/www/squidclients/Makefile @@ -3,7 +3,7 @@ # Date created: 05 January 1999 # Whom: Dima Sivachenko # -# $Id: Makefile,v 1.1.1.1 1999/01/28 23:35:37 billf Exp $ +# $Id: Makefile,v 1.2 1999/02/12 11:18:25 flathill Exp $ # DISTNAME= squidclients-1.6-freebsd.bin @@ -21,9 +21,8 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= . -STRIP= do-install: - @ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidclients + @ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidclients post-install: @ ${CAT} ${PKGDIR}/MESSAGE -- cgit v1.2.3