From a7627ea1c0ac00b831f80a35d6b0e1f69f6ee9da Mon Sep 17 00:00:00 2001
From: dougb <dougb@FreeBSD.org>
Date: Mon, 24 Oct 2011 09:11:38 +0000
Subject: The vast majority of pkg-descr files had the following format when
 they had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
---
 net/wping/pkg-descr | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'net/wping')

diff --git a/net/wping/pkg-descr b/net/wping/pkg-descr
index 8b5c771c45c4..d2ebd99ec8a6 100644
--- a/net/wping/pkg-descr
+++ b/net/wping/pkg-descr
@@ -3,8 +3,5 @@ user-defined list of hosts and produces a Web page that contains a current
 ping graph and a historic ping graph over a specified time period. Ping 
 response times are averaged in order to give a smooth reading.
 
+Author:	<richard@x-router.com>
 WWW:	http://www.x-router.com/
-AUTHOR:	<richard@x-router.com>
-
-	- Michael L. Hostbaek
-	<mich@FreeBSD.org>
-- 
cgit