summaryrefslogtreecommitdiff
path: root/math
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 /math
parentActivate icqnix. (diff)
expr -> ${EXPR}
mv -> ${MV} rm -> ${RM} tr -> ${TR}
Notes
Notes: svn path=/head/; revision=21051
Diffstat (limited to 'math')
-rw-r--r--math/xmgr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile
index 438fd9afba3f..ca856e9e898a 100644
--- a/math/xmgr/Makefile
+++ b/math/xmgr/Makefile
@@ -3,7 +3,7 @@
# Date created: So 2 Mär 1997 12:11:43 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.15 1999/08/22 18:59:08 mharo Exp $
+# $Id: Makefile,v 1.16 1999/08/28 02:17:21 mharo Exp $
#
DISTNAME= xmgr-4.1.1
@@ -31,9 +31,9 @@ ALL_TARGET=
INSTALL_TARGET= install links
post-patch:
- mv ${WRKSRC}/configure ${WRKSRC}/configure.input
+ ${MV} ${WRKSRC}/configure ${WRKSRC}/configure.input
${SED} "s%__MOTIFLIB__%${MOTIFLIB}%" ${WRKSRC}/configure.input > ${WRKSRC}/configure
- rm -f ${WRKSRC}/configure.input
+ ${RM} -f ${WRKSRC}/configure.input
${CHMOD} 755 ${WRKSRC}/configure
.include <bsd.port.mk>