diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 13:51:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 13:51:43 +0000 |
commit | d0893ba7d593a96ca0cdd07c33004a3ea06cda02 (patch) | |
tree | 6874abdd4ab2ea5bd62598539d1dc17cec4e9797 /misc/staroffice | |
parent | 3b5c4e6f59d66b9c752ef32786a83825dd664f06 (diff) | |
download | pkgsrc-d0893ba7d593a96ca0cdd07c33004a3ea06cda02.tar.gz |
grep, cut -> ${GREP}, ${CUT}
Diffstat (limited to 'misc/staroffice')
-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 |