summaryrefslogtreecommitdiff
path: root/math/femlab/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /math/femlab/Makefile
parentAssign 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 'math/femlab/Makefile')
-rw-r--r--math/femlab/Makefile4
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)