summaryrefslogtreecommitdiff
path: root/graphics/povray37/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 /graphics/povray37/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 'graphics/povray37/Makefile')
-rw-r--r--graphics/povray37/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile
index a8ff5a17a428..014a860ff389 100644
--- a/graphics/povray37/Makefile
+++ b/graphics/povray37/Makefile
@@ -3,7 +3,7 @@
# Date created: 3 Dec 1996
# Whom: paulo@isr.uc.pt
#
-# $Id: Makefile,v 1.14 1999/06/07 12:03:44 kris Exp $
+# $Id: Makefile,v 1.15 1999/06/22 17:18:22 steve Exp $
#
DISTNAME= povray3
@@ -40,7 +40,7 @@ do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/allscene.sh ${POVLIB}/
@${RM} -f ${PREFIX}/man/man1/povray.1*
@${INSTALL_MAN} ${WRKSRC}/povray.1 ${PREFIX}/man/man1
- @chmod -R og-r ${POVLIB}
- @chmod -R a+r ${POVLIB}
+ @${CHMOD} -R og-r ${POVLIB}
+ @${CHMOD} -R a+r ${POVLIB}
.include <bsd.port.mk>