diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-02-19 16:07:30 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-02-19 16:07:30 +0000 |
commit | 33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b (patch) | |
tree | a75c47ce08f0ca053c58b8d5eeaf8d29744c1f51 /net/bsdproxy | |
parent | bf934225cecc2d5e50c2dc5c3de8535592d56007 (diff) | |
download | ports-33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b.tar.gz ports-33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b.zip |
Notes
Diffstat (limited to 'net/bsdproxy')
-rw-r--r-- | net/bsdproxy/Makefile | 1 | ||||
-rw-r--r-- | net/bsdproxy/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/bsdproxy/Makefile b/net/bsdproxy/Makefile index 1fb4ef521adb..3ce28847a091 100644 --- a/net/bsdproxy/Makefile +++ b/net/bsdproxy/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= http://sydney.daveb.net/bsdproxy/ MAINTAINER= roam@FreeBSD.org +COMMENT= "A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API" LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 diff --git a/net/bsdproxy/pkg-comment b/net/bsdproxy/pkg-comment deleted file mode 100644 index 93aae30653d6..000000000000 --- a/net/bsdproxy/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API |