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/femlab/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/femlab/Makefile') 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) -- cgit v1.2.3