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} --- japanese/FreeWnn-lib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'japanese/FreeWnn-lib/Makefile') diff --git a/japanese/FreeWnn-lib/Makefile b/japanese/FreeWnn-lib/Makefile index 356c7321c2f0..73e478c442ff 100644 --- a/japanese/FreeWnn-lib/Makefile +++ b/japanese/FreeWnn-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 20 July 1997 # Whom: Satoshi Taoka # -# $Id: Makefile,v 1.23 1999/04/22 15:58:54 taoka Exp $ +# $Id: Makefile,v 1.24 1999/05/01 04:00:17 taoka Exp $ # DISTNAME= Wnn4.2 @@ -158,7 +158,7 @@ post-install: ${MKDIR} ${PORT_DOCDIR} @(cd ${DOC_FROM}; tar cvf - manual manual.en | \ (cd ${PORT_DOCDIR}; tar xf -)) - @chown -R bin.bin ${PORT_DOCDIR} + @${CHOWN} -R bin.bin ${PORT_DOCDIR} .endif .endif ### for the shared libray -- cgit v1.2.3