diff options
author | roam <roam@FreeBSD.org> | 2004-11-02 01:09:55 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2004-11-02 01:09:55 +0800 |
commit | 17cfcec1862c6dcb52a39db91d0ebb19c4d935f2 (patch) | |
tree | cf1d2225141d5ff132b126662c5c7643d99ef191 /net | |
parent | 64ffcc8ffe25ab92c9f0ca4de1fedbf239c59f85 (diff) | |
download | freebsd-ports-gnome-17cfcec1862c6dcb52a39db91d0ebb19c4d935f2.tar.gz freebsd-ports-gnome-17cfcec1862c6dcb52a39db91d0ebb19c4d935f2.tar.zst freebsd-ports-gnome-17cfcec1862c6dcb52a39db91d0ebb19c4d935f2.zip |
A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!
Submitted by: Brian Poole <raj@cerias.purdue.edu>
Diffstat (limited to 'net')
-rw-r--r-- | net/bsdproxy/Makefile | 2 | ||||
-rw-r--r-- | net/despoof/Makefile | 2 | ||||
-rw-r--r-- | net/magictun/Makefile | 2 | ||||
-rw-r--r-- | net/tcpcat/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net/bsdproxy/Makefile b/net/bsdproxy/Makefile index f5467f878452..9ee117e76cac 100644 --- a/net/bsdproxy/Makefile +++ b/net/bsdproxy/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://daveb.net/bsdproxy/ MAINTAINER= roam@FreeBSD.org -COMMENT= "A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API" +COMMENT= A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 diff --git a/net/despoof/Makefile b/net/despoof/Makefile index f4411169b540..d715eb8e27f8 100644 --- a/net/despoof/Makefile +++ b/net/despoof/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= UNIX/misc EXTRACT_SUFX= .tgz MAINTAINER= roam@FreeBSD.org -COMMENT= "Command-line anti-spoofing detection utility" +COMMENT= Command-line anti-spoofing detection utility BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet diff --git a/net/magictun/Makefile b/net/magictun/Makefile index ea8533cb10c9..906260c8e668 100644 --- a/net/magictun/Makefile +++ b/net/magictun/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://anight.org/magictun/dist/ MAINTAINER= roam@FreeBSD.org -COMMENT= "An LD_PRELOAD module for transparent HTTPS proxy redirection" +COMMENT= An LD_PRELOAD module for transparent HTTPS proxy redirection PLIST_FILES= lib/magictun.so diff --git a/net/tcpcat/Makefile b/net/tcpcat/Makefile index 4a46144eb2ac..c5688415f4bc 100644 --- a/net/tcpcat/Makefile +++ b/net/tcpcat/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.gusnet.cx:8080/proj/tcpcat/ MAINTAINER= roam@FreeBSD.org -COMMENT= "A simple utility for sending/receiving data over a TCP or a Unix-domain socket" +COMMENT= A simple utility for sending/receiving data over a TCP or a Unix-domain socket GNU_CONFIGURE= yes PLIST_FILES= bin/tcpcat |