diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /graphics/povray36 | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'graphics/povray36')
-rw-r--r-- | graphics/povray36/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile index a8ff5a17a428..014a860ff389 100644 --- a/graphics/povray36/Makefile +++ b/graphics/povray36/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> |