diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-12 18:26:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-12 18:26:27 +0000 |
commit | c50b5b95405ff0110b8a83cfb5010dd2ccdf9ad1 (patch) | |
tree | 29891a7feb2f8e99102ccf5479d58a6f28094df9 /www/squidtimes | |
parent | c67b7512d11aefb74e22acc24c63107d1fd7b9f7 (diff) | |
download | ports-c50b5b95405ff0110b8a83cfb5010dd2ccdf9ad1.tar.gz ports-c50b5b95405ff0110b8a83cfb5010dd2ccdf9ad1.zip |
Instead of defining STRIP to be empty, you can just use ${INSTALL_SCRIPT}. :)
Notes
Notes:
svn path=/head/; revision=16695
Diffstat (limited to 'www/squidtimes')
-rw-r--r-- | www/squidtimes/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/squidtimes/Makefile b/www/squidtimes/Makefile index 6c9705cc234d..49e094f24bb9 100644 --- a/www/squidtimes/Makefile +++ b/www/squidtimes/Makefile @@ -3,7 +3,7 @@ # Date created: 31 January 1999 # Whom: Dima Sivachenko # -# $Id: Makefile,v 1.1.1.1 1999/02/03 20:40:31 billf Exp $ +# $Id: Makefile,v 1.2 1999/02/12 11:21:42 flathill Exp $ # DISTNAME= squidtimes-1.12-freebsd.bin @@ -22,9 +22,8 @@ EXTRACT_CMD= ${CP} EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= . -STRIP= do-install: - @ ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidtimes + @ ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME} ${PREFIX}/bin/squidtimes post-install: @ ${CAT} ${PKGDIR}/MESSAGE |