diff options
Diffstat (limited to 'net/http_ping')
-rw-r--r-- | net/http_ping/Makefile | 1 | ||||
-rw-r--r-- | net/http_ping/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/http_ping/Makefile b/net/http_ping/Makefile index d324581..b9cec80 100644 --- a/net/http_ping/Makefile +++ b/net/http_ping/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.acme.com/software/http_ping/ DISTNAME= ${PORTNAME}_09jul2001 MAINTAINER= dd@FreeBSD.org +COMMENT= Sends HTTP requests every few seconds and times how long they take WRKSRC= ${WRKDIR}/${PORTNAME} MAN1= http_ping.1 diff --git a/net/http_ping/pkg-comment b/net/http_ping/pkg-comment deleted file mode 100644 index 22a37c3..0000000 --- a/net/http_ping/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Sends HTTP requests every few seconds and times how long they take |