diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-24 18:44:25 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-24 18:44:25 +0800 |
commit | 38cf2ed59e249b48f632ff19865ebaddb79c1c48 (patch) | |
tree | 681203b12e1c8d11f34af1ae6fbabfba65955970 /textproc/Makefile | |
parent | f585e67d742131b23fac86e66d28b2b4aeb098a1 (diff) | |
download | freebsd-ports-graphics-38cf2ed59e249b48f632ff19865ebaddb79c1c48.tar.gz freebsd-ports-graphics-38cf2ed59e249b48f632ff19865ebaddb79c1c48.tar.zst freebsd-ports-graphics-38cf2ed59e249b48f632ff19865ebaddb79c1c48.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>
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 820ad56cc9a..468aa5aa87b 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 |