diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 54a9de1bc46c49543c5fc07b6128d0f18b5c4023 (patch) | |
tree | 63ca8b1b366b8d64e4d645959252f91f9d55ab5f /net/wais | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'net/wais')
-rw-r--r-- | net/wais/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile index 3735b95..103aedd 100644 --- a/net/wais/Makefile +++ b/net/wais/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.11 1996/12/01 01:23:17 obrien Exp $ +# $Id: Makefile,v 1.12 1996/12/08 09:48:59 max Exp $ # DISTNAME= freeWAIS-0.5 @@ -21,7 +21,7 @@ is_depended: all pre-patch: @${CP} ${WRKSRC}/Makefile.bsdi ${WRKSRC}/Makefile.freebsd - @mv ${WRKSRC}/src/client/x/Imakefile ${WRKDIR} \ + @${MV} ${WRKSRC}/src/client/x/Imakefile ${WRKDIR} \ && ${SED} -e '\;/SETME_IN_Imakefile;s;;${WRKSRC};' \ <${WRKDIR}/Imakefile >${WRKSRC}/src/client/x/Imakefile |