diff options
author | mux <mux@FreeBSD.org> | 2006-01-28 09:46:32 +0800 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2006-01-28 09:46:32 +0800 |
commit | 0123246cd2e7a04c8b995477ccf1e4664e93fb16 (patch) | |
tree | 7b1d222f78f361a1cde8b64a14aa403678fce225 /net/Makefile | |
parent | da1ac1fb90dfee3bfdc68bdf5cbeefdc3c3f5de5 (diff) | |
download | freebsd-ports-gnome-0123246cd2e7a04c8b995477ccf1e4664e93fb16.tar.gz freebsd-ports-gnome-0123246cd2e7a04c8b995477ccf1e4664e93fb16.tar.zst freebsd-ports-gnome-0123246cd2e7a04c8b995477ccf1e4664e93fb16.zip |
Add a port for csup, the rewrite of CVSup in C.
While it still has some rough edges, it has reached a state where
it's pretty much usable and this port will get me a wider audience for
testing.
Reviewed by: ahze
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index ab5e82439b57..63b4b1616ea8 100644 --- a/net/Makefile +++ b/net/Makefile @@ -80,6 +80,7 @@ SUBDIR += cphone SUBDIR += crescendo SUBDIR += cryptcat + SUBDIR += csup SUBDIR += ct SUBDIR += ctorrent SUBDIR += ctrace |