aboutsummaryrefslogtreecommitdiffstats
path: root/net/bsdproxy
diff options
context:
space:
mode:
Diffstat (limited to 'net/bsdproxy')
-rw-r--r--net/bsdproxy/Makefile1
-rw-r--r--net/bsdproxy/pkg-comment1
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