diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 12:23:59 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 12:23:59 +0800 |
commit | 0fffe45ec3833012ad0b48b6c5e642a8f1496f69 (patch) | |
tree | 6bf136d74d7389168d44584e8902dc29cd0cbdb7 /graphics/hdf5 | |
parent | 820255ee78a7121e2592cac5ced0b3b847b832c2 (diff) | |
download | freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.gz freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.tar.zst freebsd-ports-gnome-0fffe45ec3833012ad0b48b6c5e642a8f1496f69.zip |
grep -> ${GREP}
true -> ${TRUE}
false -> ${FALSE}
Diffstat (limited to 'graphics/hdf5')
-rw-r--r-- | graphics/hdf5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hdf5/Makefile b/graphics/hdf5/Makefile index 761f28aefb08..646985d83d87 100644 --- a/graphics/hdf5/Makefile +++ b/graphics/hdf5/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 |