aboutsummaryrefslogtreecommitdiffstats
path: root/java/jdk-tutorial
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /java/jdk-tutorial
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadfreebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'java/jdk-tutorial')
-rw-r--r--java/jdk-tutorial/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/jdk-tutorial/Makefile b/java/jdk-tutorial/Makefile
index 68a26d9df394..a3a9eec760fe 100644
--- a/java/jdk-tutorial/Makefile
+++ b/java/jdk-tutorial/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Mar 23 10:18:20 EET 1999
# Whom: Martti Kuparinen <martti.kuparinen@ericsson.com>
#
-# $Id: Makefile,v 1.5 1999/06/28 02:22:07 billf Exp $
+# $Id: Makefile,v 1.6 1999/06/28 23:25:49 cpiazza Exp $
#
DISTNAME= tutorial
@@ -23,7 +23,7 @@ PKGMESSAGE= ${WRKDIR}/MESSAGE
.include <bsd.port.pre.mk>
post-extract:
- (cd ${WRKSRC} && chown -R root.wheel *)
+ (cd ${WRKSRC} && ${CHOWN} -R root.wheel *)
do-install:
${MKDIR} ${PREFIX}/jdk${VERSION}/docs/books/tutorial