diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 10:44:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-24 10:44:25 +0000 |
commit | b502e7847f36214249c6da92947775701ff86906 (patch) | |
tree | c10199ac03f3bfed5c76954a79b3fe3537579ac0 /textproc/Makefile | |
parent | e8210b74b76c0a86aac148cf65be8ce7f0012e32 (diff) | |
download | ports-b502e7847f36214249c6da92947775701ff86906.tar.gz ports-b502e7847f36214249c6da92947775701ff86906.zip |
New port: textproc/whitespace.el
Whitespace.el is an emacs mode which detects and cleans up
whitespace in source code.
PR: ports/44998
Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes:
svn path=/head/; revision=70988
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 820ad56cc9ad..468aa5aa87be 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -376,6 +376,7 @@ SUBDIR += unrtf SUBDIR += urlview SUBDIR += wdiff + SUBDIR += whitespace.el SUBDIR += word2x SUBDIR += wordnet SUBDIR += wv |