diff options
author | flathill <flathill@FreeBSD.org> | 1999-02-12 19:21:42 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-02-12 19:21:42 +0800 |
commit | 22436ceb49ba70a352ee35f98491130ca3e766d9 (patch) | |
tree | b353bb609325d7b11c06ffe9a6c6b76accbdfc66 /www | |
parent | c9b87eb2955043296c935601d8b08bb6f7b31c65 (diff) | |
download | freebsd-ports-gnome-22436ceb49ba70a352ee35f98491130ca3e766d9.tar.gz freebsd-ports-gnome-22436ceb49ba70a352ee35f98491130ca3e766d9.tar.zst freebsd-ports-gnome-22436ceb49ba70a352ee35f98491130ca3e766d9.zip |
Add STRIP= line
PR: ports/10046
Submitted-by: dima@Chg.RU
Diffstat (limited to 'www')
-rw-r--r-- | www/squidtimes/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/squidtimes/Makefile b/www/squidtimes/Makefile index 3d7d5651a000..6c9705cc234d 100644 --- a/www/squidtimes/Makefile +++ b/www/squidtimes/Makefile @@ -3,7 +3,7 @@ # Date created: 31 January 1999 # Whom: Dima Sivachenko # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1999/02/03 20:40:31 billf Exp $ # DISTNAME= squidtimes-1.12-freebsd.bin @@ -22,6 +22,7 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= . +STRIP= do-install: @ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidtimes |