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 | |
| parent | c67b7512d11aefb74e22acc24c63107d1fd7b9f7 (diff) | |
Instead of defining STRIP to be empty, you can just use ${INSTALL_SCRIPT}. :)
| -rw-r--r-- | www/squidclients/Makefile | 5 | ||||
| -rw-r--r-- | www/squidtimes/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
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 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 |
