From 535add65ac98d0ca871df3e8438ff56ba9129bcc Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Mon, 23 Aug 1999 04:23:59 +0000 Subject: grep -> ${GREP} true -> ${TRUE} false -> ${FALSE} --- science/hdf5-18/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'science/hdf5-18') diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 761f28aefb08..646985d83d87 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1996 # Whom: mi # -# $Id: Makefile,v 1.8 1998/09/15 11:45:52 asami Exp $ +# $Id: Makefile,v 1.9 1998/10/05 03:20:28 steve Exp $ # DISTNAME= HDF4.1r2 @@ -60,7 +60,7 @@ pre-build: -ln -s /usr/include/zconf.h /usr/include/zlib.h ${WRKSRC}/hdf/zlib/ post-install: - @for binary in `grep ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done + @for binary in `${GREP} ^bin/ ${PLIST}` ; do strip ${PREFIX}/$$binary; done test: cd ${WRKSRC}; make ${MAKE_FLAGS} ${MAKEFILE} test -- cgit v1.2.3