diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 21:14:04 +0000 |
commit | 58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch) | |
tree | 49358e580db3691ebac42073ffddffb50c910f99 /devel/cscope | |
parent | 6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (diff) | |
download | ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.tar.gz ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.zip |
Notes
Diffstat (limited to 'devel/cscope')
-rw-r--r-- | devel/cscope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cscope/Makefile b/devel/cscope/Makefile index 06875c7f1c7f..8b0475680897 100644 --- a/devel/cscope/Makefile +++ b/devel/cscope/Makefile @@ -60,7 +60,7 @@ post-extract: @(${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/'` ; \ + x=`${ECHO} $$file | ${SED} -e 's/^\(......\).*/\1/'` ; \ y=$${file#*.} ; \ ${MV} ${WRKSRC}/$${x}*.$${y} ${WRKSRC}/$$file; \ done) |