summaryrefslogtreecommitdiff
path: root/math/R/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/R/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/R/Makefile')
-rw-r--r--math/R/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/R/Makefile b/math/R/Makefile
index 710e9c23c001..7ad2b532b18d 100644
--- a/math/R/Makefile
+++ b/math/R/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 23 07:36:55 EST 1998
# Whom: Maurice Castro <maurice@serc.rmit.edu.au>
#
-# $Id: Makefile,v 1.9 1999/02/13 00:19:51 asami Exp $
+# $Id: Makefile,v 1.10 1999/04/21 12:53:54 jseger Exp $
#
DISTNAME= R-0.62.2
@@ -47,9 +47,9 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/R.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/Rdconv.1 ${PREFIX}/man/man1
${SED} 's:PREFIX:${PREFIX}:;s:DEFAULTPAPER:${PAPERSIZE}:' ${FILESDIR}/R > ${PREFIX}/bin/R
- (cd ${WRKSRC}; find . -type d -exec chmod a+rx \{\} \; )
- (cd ${WRKSRC}; find . -type f -exec chmod a+r \{\} \; )
- chmod a+x ${PREFIX}/bin/R
+ (cd ${WRKSRC}; find . -type d -exec ${CHMOD} a+rx \{\} \; )
+ (cd ${WRKSRC}; find . -type f -exec ${CHMOD} a+r \{\} \; )
+ ${CHMOD} a+x ${PREFIX}/bin/R
${MKDIR} ${PREFIX}/share/R
${MKDIR} ${PREFIX}/share/R/bin
${INSTALL_PROGRAM} ${WRKSRC}/bin/R.binary ${PREFIX}/share/R/bin