diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 3262cce303b354dfda0c0b11bbbda803a827665b (patch) | |
tree | c032983554a8629dd6dfa9af9f4d687c43e5ac6f /math/xmgr/Makefile | |
parent | Activate icqnix. (diff) |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to '')
-rw-r--r-- | math/xmgr/Makefile | 6 |
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> |