From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001
From: Michael Haro <mharo@FreeBSD.org>
Date: Sun, 22 Aug 1999 19:01:07 +0000
Subject: chmod -> ${CHMOD} chown -> ${CHOWN}

---
 graphics/4va/Makefile              | 4 ++--
 graphics/geomview/Makefile         | 6 ++----
 graphics/hobbes-icons-xpm/Makefile | 4 ++--
 graphics/povray/Makefile           | 6 +++---
 graphics/povray31/Makefile         | 4 ++--
 graphics/povray36/Makefile         | 6 +++---
 graphics/povray37/Makefile         | 6 +++---
 graphics/skencil/Makefile          | 6 +++---
 graphics/sketch/Makefile           | 6 +++---
 graphics/urt/Makefile              | 8 ++++----
 10 files changed, 27 insertions(+), 29 deletions(-)

(limited to 'graphics')

diff --git a/graphics/4va/Makefile b/graphics/4va/Makefile
index fde26632afb6..010e38250320 100644
--- a/graphics/4va/Makefile
+++ b/graphics/4va/Makefile
@@ -3,7 +3,7 @@
 # Date created:		26 July 1998
 # Whom:			Malte Lance <malte.lance@gmx.net>
 #
-# $Id: Makefile,v 1.1.1.1 1998/08/19 22:48:18 steve Exp $
+# $Id: Makefile,v 1.2 1998/11/29 03:17:22 asami Exp $
 #
 
 DISTNAME=		4va-1.21
@@ -22,7 +22,7 @@ MAN1=		4va.1
 			ctor2.4vd hcube.4vd hsph.4vd sin.4vd tripris.4vd
 
 post-extract:
-	@chmod -R go-x ${WRKSRC}/
+	@${CHMOD} -R go-x ${WRKSRC}/
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/4va ${PREFIX}/bin
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile
index 84bd19e4f6b8..b147ce8011dc 100644
--- a/graphics/geomview/Makefile
+++ b/graphics/geomview/Makefile
@@ -3,7 +3,7 @@
 # Date created:				5 November 1996
 # Whom:					fenner
 #
-# $Id: Makefile,v 1.15 1999/05/04 22:03:15 fenner Exp $
+# $Id: Makefile,v 1.16 1999/06/08 22:14:18 steve Exp $
 
 DISTNAME=	geomview-1.6.1
 CATEGORIES=	graphics tk80
@@ -36,7 +36,7 @@ MAN5=		discgrp.5 geomview.5 oogl.5
 MAKE_ENV=	CPU=FreeBSD PATH=${FILESDIR}:${PATH} MAPLE_LIB=${MAPLE_LIB}
 
 post-extract:
-	-/bin/chmod +x ${FILESDIR}/nroff
+	-${CHMOD} +x ${FILESDIR}/nroff
 
 pre-install:
 	${MKDIR} ${PREFIX}/share/geomview
@@ -58,8 +58,6 @@ SHARE_MODS=	tcl
 LIBEXEC_DIRS=	bin
 LIBEXEC_MODS=	x11
 
-CHOWN?=		/usr/sbin/chown
-
 post-install:
 	${MKDIR} ${PREFIX}/info
 .for i in ${INFO_FILES}
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile
index 680bd8ec6b68..1378abc4cf49 100644
--- a/graphics/hobbes-icons-xpm/Makefile
+++ b/graphics/hobbes-icons-xpm/Makefile
@@ -3,7 +3,7 @@
 # Date created:		19 October 1996
 # Whom:			pgs
 #
-# $Id: Makefile,v 1.6 1998/08/05 09:31:11 asami Exp $
+# $Id: Makefile,v 1.7 1999/05/29 09:43:06 mharo Exp $
 #
 
 DISTNAME=	hobbes-icons-xpm3
@@ -24,7 +24,7 @@ LIBDIR=		${PREFIX}/include/X11/pixmaps
 do-install:
 	${MKDIR} ${LIBDIR}
 	${CP} -R ${WRKSRC}/* ${LIBDIR}
-	chown -R ${BINOWN}:${BINGRP} ${LIBDIR}
+	${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
 	-${RM} ${LIBDIR}/README
 	-${RM} ${LIBDIR}/readem.shar
 
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile
index a8ff5a17a428..014a860ff389 100644
--- a/graphics/povray/Makefile
+++ b/graphics/povray/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>
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
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>
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>
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile
index a9efb866bf0c..66d508262845 100644
--- a/graphics/skencil/Makefile
+++ b/graphics/skencil/Makefile
@@ -3,7 +3,7 @@
 # Date created:		04 November 1998
 # Whom:			Thomas Gellekum <tg@FreeBSD.ORG>
 #
-# $Id: Makefile,v 1.4 1999/05/19 09:41:06 tg Exp $
+# $Id: Makefile,v 1.5 1999/08/06 08:45:21 tg Exp $
 #
 
 DISTNAME=	sketch-0.6.1
@@ -42,8 +42,8 @@ do-install:
 	(cd ${WRKSRC}/Examples; tar cf - .) | (cd ${SKETCHEXDIR}; tar xf -)
 	(cd ${SKETCHDIR}; python finishinst.py)
 	${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sketch.in > ${PREFIX}/bin/sketch
-	chmod +x ${PREFIX}/bin/sketch
+	${CHMOD} +x ${PREFIX}/bin/sketch
 	${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sk2ps.in > ${PREFIX}/bin/sk2ps
-	chmod +x ${PREFIX}/bin/sk2ps
+	${CHMOD} +x ${PREFIX}/bin/sk2ps
 
 .include <bsd.port.mk>
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index a9efb866bf0c..66d508262845 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -3,7 +3,7 @@
 # Date created:		04 November 1998
 # Whom:			Thomas Gellekum <tg@FreeBSD.ORG>
 #
-# $Id: Makefile,v 1.4 1999/05/19 09:41:06 tg Exp $
+# $Id: Makefile,v 1.5 1999/08/06 08:45:21 tg Exp $
 #
 
 DISTNAME=	sketch-0.6.1
@@ -42,8 +42,8 @@ do-install:
 	(cd ${WRKSRC}/Examples; tar cf - .) | (cd ${SKETCHEXDIR}; tar xf -)
 	(cd ${SKETCHDIR}; python finishinst.py)
 	${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sketch.in > ${PREFIX}/bin/sketch
-	chmod +x ${PREFIX}/bin/sketch
+	${CHMOD} +x ${PREFIX}/bin/sketch
 	${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sk2ps.in > ${PREFIX}/bin/sk2ps
-	chmod +x ${PREFIX}/bin/sk2ps
+	${CHMOD} +x ${PREFIX}/bin/sk2ps
 
 .include <bsd.port.mk>
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile
index 081f7234fa39..bbcf367bb6a0 100644
--- a/graphics/urt/Makefile
+++ b/graphics/urt/Makefile
@@ -3,7 +3,7 @@
 # Date created:		Jan 5 1997
 # Whom:			cfs@ing.puc.cl (original)
 #
-# $Id: Makefile,v 1.12 1999/01/10 18:11:45 steve Exp $
+# $Id: Makefile,v 1.13 1999/02/03 11:11:47 asami Exp $
 #
 
 DISTNAME=	urt
@@ -68,9 +68,9 @@ post-install:
 	${RM} -rf doc; \
 	cd ${PREFIX}/share/examples/urt; \
 	${TAR} xf $(DISTDIR)/urt-img.tar; \
-	chown -R root:wheel . ; \
-	find . -type d -exec chmod 775 '{}' \; ; \
-	find . -type f -exec chmod 664 '{}' \;
+	${CHOWN} -R root:wheel . ; \
+	find . -type d -exec ${CHMOD} 775 '{}' \; ; \
+	find . -type f -exec ${CHMOD} 664 '{}' \;
 .endif
 
 .include <bsd.port.mk>
-- 
cgit v1.2.3