summaryrefslogtreecommitdiff
path: root/net/vnc
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 /net/vnc
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 'net/vnc')
-rw-r--r--net/vnc/Makefile4
1 files changed, 2 insertions, 2 deletions
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