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} --- shells/tcsh/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'shells/tcsh/Makefile') diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 1de41d3b11cd..5db0a120aac6 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -3,7 +3,7 @@ # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.21 1998/08/27 02:34:07 max Exp $ +# $Id: Makefile,v 1.22 1998/10/21 19:16:47 ache Exp $ # DISTNAME= tcsh-6.08 @@ -20,8 +20,8 @@ INSTALL_TARGET= install install.man MAN1= tcsh.1 post-install: - chown bin.bin ${PREFIX}/bin/tcsh - chown bin.bin ${PREFIX}/man/man1/tcsh.1 + ${CHOWN} bin.bin ${PREFIX}/bin/tcsh + ${CHOWN} bin.bin ${PREFIX}/man/man1/tcsh.1 cd ${WRKSRC}; ${INSTALL_DATA} tcsh.C.cat ${PREFIX}/share/nls/C/tcsh.cat cd ${WRKSRC}; ${INSTALL_DATA} tcsh.french.cat ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat ${LN} -sf ${PREFIX}/share/nls/fr_FR.ISO_8859-1/tcsh.cat ${PREFIX}/share/nls/fr_BE.ISO_8859-1/tcsh.cat -- cgit v1.2.3