summaryrefslogtreecommitdiff
path: root/cad/mars/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 /cad/mars/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 'cad/mars/Makefile')
-rw-r--r--cad/mars/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/mars/Makefile b/cad/mars/Makefile
index b6605bb2b53b..802f88864ac7 100644
--- a/cad/mars/Makefile
+++ b/cad/mars/Makefile
@@ -4,7 +4,7 @@
# Date created: Mon Nov 18, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu)
#
-# $Id: Makefile,v 1.7 1998/11/28 00:44:31 asami Exp $
+# $Id: Makefile,v 1.8 1999/02/03 11:11:40 asami Exp $
#
DISTNAME= MaRS-2.1
@@ -35,7 +35,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/man/man1/mars.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/mars
- @chmod a+rx ${PREFIX}/share/doc/mars
+ @${CHMOD} a+rx ${PREFIX}/share/doc/mars
@(cd ${PREFIX}/share/doc ; \
${TAR} xfpz /${DISTDIR}/MaRS-2-doc.tar.gz ; \
[ -d mars ] && ${RM} -rf mars; \