diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /devel/cscope | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'devel/cscope')
-rw-r--r-- | devel/cscope/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/'` ; \ |