summaryrefslogtreecommitdiff
path: root/devel/cscope/Makefile
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/Makefile
parentportlint (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21032
Diffstat (limited to '')
-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)