diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-27 01:01:08 +0000 |
commit | f07f504808239f4dd6005f79bb145e49b4947c11 (patch) | |
tree | 7811629449e2414bae88ea387269ba55abd90884 /net-im/jarl | |
parent | a58129d3de9c98ef3845e22d350633da5e5e4a75 (diff) | |
download | ports-f07f504808239f4dd6005f79bb145e49b4947c11.tar.gz ports-f07f504808239f4dd6005f79bb145e49b4947c11.zip |
Notes
Diffstat (limited to 'net-im/jarl')
-rw-r--r-- | net-im/jarl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/jarl/Makefile b/net-im/jarl/Makefile index 4443db666019..b107cbc7f607 100644 --- a/net-im/jarl/Makefile +++ b/net-im/jarl/Makefile @@ -24,7 +24,7 @@ USE_REINPLACE= yes USE_PERL5= yes makeplist: - ${ECHO} bin/jarl > ${PLIST} + ${ECHO_CMD} bin/jarl > ${PLIST} ${FIND} ${PREFIX}/share/jarl -type f -print | ${CUT} -d/ -f4- >> \ ${PLIST} ${FIND} ${PREFIX}/share/jarl -type d -print | ${CUT} -d/ -f4- | \ |