diff options
author | wiz <wiz> | 2000-03-16 13:51:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-03-16 13:51:43 +0000 |
commit | a376205a4ecbc779400a8755c25b2a72e5624706 (patch) | |
tree | 6874abdd4ab2ea5bd62598539d1dc17cec4e9797 /misc | |
parent | f6b327ebbc2cdc920eec50ea99bc79f9113b8448 (diff) | |
download | pkgsrc-a376205a4ecbc779400a8755c25b2a72e5624706.tar.gz |
grep, cut -> ${GREP}, ${CUT}
Diffstat (limited to 'misc')
-rw-r--r-- | misc/staroffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index be44573995a..ba7d0eb7b48 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/03/15 07:00:52 rh Exp $ +# $NetBSD: Makefile,v 1.6 2000/03/16 13:51:43 wiz Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -99,7 +99,7 @@ pre-install: ${ECHO} "${DISTNAME} needs to be installed under X11."; \ exit 1; \ fi - @if [ "`/sbin/mount | grep 'on /proc' | cut -d ' ' -f 5`" != "procfs" ]; then \ + @if [ "`/sbin/mount | ${GREP} 'on /proc' | ${CUT} -d ' ' -f 5`" != "procfs" ]; then \ ${ECHO} "${DISTNAME} needs procfs to be mounted on /proc."; \ exit 1; \ fi |