diff options
author | roam <roam@FreeBSD.org> | 2003-02-20 00:07:30 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-02-20 00:07:30 +0800 |
commit | 2ebf8ab637b130104bd79fdac39f5ef7140eb581 (patch) | |
tree | 6b3e8a82ce6afa92302bd43afea52247359205bb /net/bsdproxy | |
parent | e2ac3e07bd289d007664bc18b426e0af4adb6f12 (diff) | |
download | freebsd-ports-gnome-2ebf8ab637b130104bd79fdac39f5ef7140eb581.tar.gz freebsd-ports-gnome-2ebf8ab637b130104bd79fdac39f5ef7140eb581.tar.zst freebsd-ports-gnome-2ebf8ab637b130104bd79fdac39f5ef7140eb581.zip |
Remove pkg-comment files in my ports.
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 |