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 /math/xmgr/Makefile | |
parent | 929e461fb30940a507219f54c08472fb7347d37a (diff) | |
download | FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.zip FreeBSD-ports-54a9de1bc46c49543c5fc07b6128d0f18b5c4023.tar.gz |
expr -> ${EXPR}
mv -> ${MV}
rm -> ${RM}
tr -> ${TR}
Diffstat (limited to 'math/xmgr/Makefile')
-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 438fd9a..ca856e9 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> |