aboutsummaryrefslogtreecommitdiff
path: root/math/grace
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/grace
parentacfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff)
downloadports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz
ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'math/grace')
-rw-r--r--math/grace/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <lkoeller@cc.fh-lippe.de>
#
-# $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 <bsd.port.mk>