aboutsummaryrefslogtreecommitdiff
path: root/net/wais
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:42:41 +0000
commit3262cce303b354dfda0c0b11bbbda803a827665b (patch)
treec032983554a8629dd6dfa9af9f4d687c43e5ac6f /net/wais
parent50af3342991a28fc1e594857fcef03e5fdf80c19 (diff)
downloadports-3262cce303b354dfda0c0b11bbbda803a827665b.tar.gz
ports-3262cce303b354dfda0c0b11bbbda803a827665b.zip
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Notes
Notes: svn path=/head/; revision=21051
Diffstat (limited to 'net/wais')
-rw-r--r--net/wais/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wais/Makefile b/net/wais/Makefile
index 3735b95e663d..103aedd3d618 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