diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /lang/sml-nj/Makefile | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'lang/sml-nj/Makefile')
-rw-r--r-- | lang/sml-nj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sml-nj/Makefile b/lang/sml-nj/Makefile index 7a44e0ed3e14..7a95f5f73b78 100644 --- a/lang/sml-nj/Makefile +++ b/lang/sml-nj/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1998 # Whom: jkoshy # -# $Id: Makefile,v 1.5 1999/02/02 03:52:32 jkoshy Exp $ +# $Id: Makefile,v 1.6 1999/02/02 04:18:52 jkoshy Exp $ # DISTNAME= 110.9.1-bin.x86-unix @@ -63,7 +63,7 @@ do-install: ${RM} -f ${SML_BINDIR}/.run-sml ${SED} -e "s,^BIN_DIR=.*\$$,BIN_DIR=${SML_BINDIR}," \ < ${WRKDIR}/bin/.run-sml > ${SML_BINDIR}/.run-sml - chmod 755 ${SML_BINDIR}/.run-sml + ${CHMOD} 755 ${SML_BINDIR}/.run-sml cd ${WRKDIR} && tar -cf - `find . -name '*.stable' | ${GREP} CM` | \ tar -C ${SML_BASE} -xf - cd ${WRKDIR} && tar -cf - `${SCRIPTDIR}/get-cm ${WRKDIR}` | \ |