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 /graphics/povray31 | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) |
Notes
Diffstat (limited to 'graphics/povray31')
-rw-r--r-- | graphics/povray31/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/povray31/Makefile b/graphics/povray31/Makefile index ab9f6ef51763..8fa389ab658a 100644 --- a/graphics/povray31/Makefile +++ b/graphics/povray31/Makefile @@ -3,7 +3,7 @@ # Date created: 3 Dec 1996 # Whom: paulo@isr.uc.pt # -# $Id: Makefile,v 1.3 1999/05/11 02:05:36 flathill Exp $ +# $Id: Makefile,v 1.4 1999/06/22 17:19:59 steve Exp $ # DISTNAME= povray31 @@ -49,7 +49,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 a+rX,og-w ${POVLIB} + @${CHMOD} -R a+rX,og-w ${POVLIB} post-install: @${SH} ${FILESDIR}/script |