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/grace | |
parent | Assign 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/grace')
-rw-r--r-- | math/grace/Makefile | 4 |
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> |