diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-17 09:45:18 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-17 09:45:18 +0000 |
commit | 866f2e7378e06c4c6935a933f77cb9e66330f02e (patch) | |
tree | 3b5d8419b80579d9711d71bde2ec48003ad622c7 /x11-wm | |
parent | - Update to version 1.0.0 (diff) |
Use CUT macro.
Notes
Notes:
svn path=/head/; revision=101168
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/swm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/swm/Makefile b/x11-wm/swm/Makefile index 86e5bd23c16b..847dbc90bcac 100644 --- a/x11-wm/swm/Makefile +++ b/x11-wm/swm/Makefile @@ -45,7 +45,7 @@ pre-install: do ${ECHO_CMD} bin/$${i} >> ${PLIST}; \ done cd ${WRKSRC}/../share/swm/pixmaps && \ - ${FIND} -s . -type f | cut -c3-999 | \ + ${FIND} -s . -type f | ${CUT} -c3-999 | \ ${SED} -e 's:^:share/swm/pixmaps/:' >> ${PLIST} .if !defined(NOPORTDOCS) for i in ${DOCS}; \ |