From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- java/java-tutorial/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'java/java-tutorial') diff --git a/java/java-tutorial/Makefile b/java/java-tutorial/Makefile index 68a26d9df394..a3a9eec760fe 100644 --- a/java/java-tutorial/Makefile +++ b/java/java-tutorial/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Mar 23 10:18:20 EET 1999 # Whom: Martti Kuparinen # -# $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 post-extract: - (cd ${WRKSRC} && chown -R root.wheel *) + (cd ${WRKSRC} && ${CHOWN} -R root.wheel *) do-install: ${MKDIR} ${PREFIX}/jdk${VERSION}/docs/books/tutorial -- cgit v1.2.3