From 89e9e517a9f1c97f22317b99b12b1133075eab02 Mon Sep 17 00:00:00 2001 From: mharo Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- devel/cscope/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/cscope') diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index b0725d2b2a62..7309c53c5081 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -3,7 +3,7 @@ # Date created: 1998-11-21 # Whom: Castor Fu # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1999/04/13 17:15:54 taoka Exp $ # DISTNAME= cscope-13.7 @@ -57,7 +57,7 @@ pre-extract: # post-extract: - @(chmod +w ${WRKSRC}) + @(${CHMOD} +w ${WRKSRC}) @(for file in ${WRKSRC}/* ; do ${TR} -d '\015' < $$file > $$file.x ; ${MV} -f $$file.x $$file ; done) @(for file in ${TRUNCATED_NAMES} ; do \ x=`echo $$file | ${SED} -e 's/^\(......\).*/\1/'` ; \ -- cgit