aboutsummaryrefslogtreecommitdiff
path: root/net/bsdproxy
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2003-02-19 16:07:30 +0000
committerPeter Pentchev <roam@FreeBSD.org>2003-02-19 16:07:30 +0000
commit33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b (patch)
treea75c47ce08f0ca053c58b8d5eeaf8d29744c1f51 /net/bsdproxy
parentbf934225cecc2d5e50c2dc5c3de8535592d56007 (diff)
downloadports-33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b.tar.gz
ports-33059bd0454bf0bf8ae9fbb4a689ed5ad9ba144b.zip
Remove pkg-comment files in my ports.
Notes
Notes: svn path=/head/; revision=75894
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