diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /devel/cscope | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
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/'` ; \ |