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}

---
 net/vnc/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'net/vnc')

diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 3371448440d4..2e00e1b0649a 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -3,7 +3,7 @@
 # Date created:		24 February 1998
 # Whom:			msmith
 #
-# $Id: Makefile,v 1.9 1999/01/07 06:35:14 steve Exp $
+# $Id: Makefile,v 1.10 1999/02/18 16:05:47 steve Exp $
 #
 
 DISTNAME=       	vnc-3.3.2r3_unixsrc
@@ -41,7 +41,7 @@ post-install:
 # The documentation comes with bogus ownerships; this is a little leaky security-wise
 	${MKDIR} ${PREFIX}/share/doc/vnc
 	tar -C ${PREFIX}/share/doc/vnc -xzf ${DISTDIR}/vnc-3.3.2_doc.tgz
-	chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc
+	${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/vnc
 # Go install Java classes
 	${MKDIR} ${PREFIX}/share/vnc
 	${CP} -R ${WRKSRC}/classes ${PREFIX}/share/vnc
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0