diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /math/femlab | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
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) |