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 /math/femlab | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'math/femlab')
-rw-r--r-- | math/femlab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |