diff options
author | Bruce A. Mah <bmah@FreeBSD.org> | 2005-05-26 05:18:11 +0000 |
---|---|---|
committer | Bruce A. Mah <bmah@FreeBSD.org> | 2005-05-26 05:18:11 +0000 |
commit | e949724ea8634d88a492fa4319592adafc4b3ed8 (patch) | |
tree | de898a4700f185e9d19b4e4672394e132088de10 /devel/subversion | |
parent | Fix build on 6.x. (diff) |
Fix typo: s/May useful scripts/Many useful scripts/.
Approved by: lev (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=136146
Diffstat (limited to 'devel/subversion')
-rw-r--r-- | devel/subversion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/subversion/Makefile b/devel/subversion/Makefile index d26f50a24b36..8c3052aa688d 100644 --- a/devel/subversion/Makefile +++ b/devel/subversion/Makefile @@ -273,7 +273,7 @@ pre-extract: @${ECHO_MSG} "You can install the Subversion Book by defining WITH_BOOK." .endif @${ECHO_MSG} "" - @${ECHO_MSG} "May useful scripts will be installed into ${PREFIX}/share/subversion" + @${ECHO_MSG} "Many useful scripts will be installed into ${PREFIX}/share/subversion" post-extract: @${RM} -r ${WRKSRC}/neon |