From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- math/R-letter/Makefile | 8 ++++---- math/R-project/Makefile | 8 ++++---- math/R/Makefile | 8 ++++---- math/femlab/Makefile | 4 ++-- math/grace/Makefile | 4 ++-- math/xmgr/Makefile | 4 ++-- 6 files changed, 18 insertions(+), 18 deletions(-) (limited to 'math') diff --git a/math/R-letter/Makefile b/math/R-letter/Makefile index 710e9c23c001..7ad2b532b18d 100644 --- a/math/R-letter/Makefile +++ b/math/R-letter/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 23 07:36:55 EST 1998 # Whom: Maurice Castro # -# $Id: Makefile,v 1.9 1999/02/13 00:19:51 asami Exp $ +# $Id: Makefile,v 1.10 1999/04/21 12:53:54 jseger Exp $ # DISTNAME= R-0.62.2 @@ -47,9 +47,9 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/R.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/Rdconv.1 ${PREFIX}/man/man1 ${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R - (cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; ) - (cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; ) - chmod a+x ${PREFIX}/bin/R + (cd ${WRKSRC}; find . -type d -exec ${CHMOD} a+rx \{\} \; ) + (cd ${WRKSRC}; find . -type f -exec ${CHMOD} a+r \{\} \; ) + ${CHMOD} a+x ${PREFIX}/bin/R ${MKDIR} ${PREFIX}/share/R ${MKDIR} ${PREFIX}/share/R/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin diff --git a/math/R-project/Makefile b/math/R-project/Makefile index 710e9c23c001..7ad2b532b18d 100644 --- a/math/R-project/Makefile +++ b/math/R-project/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 23 07:36:55 EST 1998 # Whom: Maurice Castro # -# $Id: Makefile,v 1.9 1999/02/13 00:19:51 asami Exp $ +# $Id: Makefile,v 1.10 1999/04/21 12:53:54 jseger Exp $ # DISTNAME= R-0.62.2 @@ -47,9 +47,9 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/R.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/Rdconv.1 ${PREFIX}/man/man1 ${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R - (cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; ) - (cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; ) - chmod a+x ${PREFIX}/bin/R + (cd ${WRKSRC}; find . -type d -exec ${CHMOD} a+rx \{\} \; ) + (cd ${WRKSRC}; find . -type f -exec ${CHMOD} a+r \{\} \; ) + ${CHMOD} a+x ${PREFIX}/bin/R ${MKDIR} ${PREFIX}/share/R ${MKDIR} ${PREFIX}/share/R/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin diff --git a/math/R/Makefile b/math/R/Makefile index 710e9c23c001..7ad2b532b18d 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 23 07:36:55 EST 1998 # Whom: Maurice Castro # -# $Id: Makefile,v 1.9 1999/02/13 00:19:51 asami Exp $ +# $Id: Makefile,v 1.10 1999/04/21 12:53:54 jseger Exp $ # DISTNAME= R-0.62.2 @@ -47,9 +47,9 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/R.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/Rdconv.1 ${PREFIX}/man/man1 ${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R - (cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; ) - (cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; ) - chmod a+x ${PREFIX}/bin/R + (cd ${WRKSRC}; find . -type d -exec ${CHMOD} a+rx \{\} \; ) + (cd ${WRKSRC}; find . -type f -exec ${CHMOD} a+r \{\} \; ) + ${CHMOD} a+x ${PREFIX}/bin/R ${MKDIR} ${PREFIX}/share/R ${MKDIR} ${PREFIX}/share/R/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin diff --git a/math/femlab/Makefile b/math/femlab/Makefile index 1f726dd853f9..11ad3a2099ad 100644 --- a/math/femlab/Makefile +++ b/math/femlab/Makefile @@ -3,7 +3,7 @@ # Date created: 19 June 1997 # Whom: Pedro Giffuni # -# $Id: Makefile,v 1.2 1997/09/17 06:29:25 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/05 09:31:28 asami Exp $ # DISTNAME= femlab-2d-v1.1 @@ -29,7 +29,7 @@ do-install: ${MKDIR} ${FEMLAB_HOME}/config ${INSTALL_DATA} ${WRKSRC}/config/modules ${FEMLAB_HOME}/config ${SED} -e "s|@@FEMLAB_HOME@@|${FEMLAB_HOME}|" <${FILESDIR}/femlab.sh >${PREFIX}/bin/femlab - chmod +x ${PREFIX}/bin/femlab + ${CHMOD} +x ${PREFIX}/bin/femlab post-install: .if !defined(NOPORTDOCS) diff --git a/math/grace/Makefile b/math/grace/Makefile index ebefb29325a9..90e50061c100 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -3,7 +3,7 @@ # Date created: Dec 28 1998 # Whom: Lars Koeller # -# $Id: Makefile,v 1.2 1999/05/12 07:43:47 asami Exp $ +# $Id: Makefile,v 1.3 1999/05/29 04:23:04 steve Exp $ # DISTNAME= grace-5.0.2beta @@ -46,7 +46,7 @@ INSTALL_TARGET= install links post-patch: ${MV} ${WRKSRC}/configure ${WRKSRC}/configure.input ${SED} "s%-lXm %${MOTIFLIB} %" ${WRKSRC}/configure.input > ${WRKSRC}/configure - chmod 755 ${WRKSRC}/configure + ${CHMOD} 755 ${WRKSRC}/configure ${RM} -f ${WRKSRC}/configure.input .include diff --git a/math/xmgr/Makefile b/math/xmgr/Makefile index 8329ba28e944..d892945578fa 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 # -# $Id: Makefile,v 1.13 1998/12/12 22:27:21 jseger Exp $ +# $Id: Makefile,v 1.14 1999/05/12 07:46:53 asami Exp $ # DISTNAME= xmgr-4.1.1 @@ -34,6 +34,6 @@ post-patch: mv ${WRKSRC}/configure ${WRKSRC}/configure.input sed "s%__MOTIFLIB__%${MOTIFLIB}%" ${WRKSRC}/configure.input > ${WRKSRC}/configure rm -f ${WRKSRC}/configure.input - chmod 755 ${WRKSRC}/configure + ${CHMOD} 755 ${WRKSRC}/configure .include -- cgit v1.2.3