aboutsummaryrefslogtreecommitdiff
path: root/devel/cscope
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 21:14:04 +0000
commit58942bab6dbee58f4bff47b5f7888deb6d9b99ac (patch)
tree49358e580db3691ebac42073ffddffb50c910f99 /devel/cscope
parent6f6054cd8ee4ce85263e0dc0bea4e531782bd679 (diff)
downloadports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.tar.gz
ports-58942bab6dbee58f4bff47b5f7888deb6d9b99ac.zip
Notes
Diffstat (limited to 'devel/cscope')
-rw-r--r--devel/cscope/Makefile2
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)