aboutsummaryrefslogtreecommitdiff
path: root/misc/whichman
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-05-26 21:18:18 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-05-26 21:18:18 +0000
commit08df063692996b8352b241cbda4cf8c509741244 (patch)
treeb6a28246cf19b49d5e4ff642264a1cb41dfb65e4 /misc/whichman
parent27da353d4e9a8b32e9203120666a870c3e08e725 (diff)
downloadports-08df063692996b8352b241cbda4cf8c509741244.tar.gz
ports-08df063692996b8352b241cbda4cf8c509741244.zip
- Add WWW
- Add MASTER_SITE (alias) Approved by: krion (mentor, implicit)
Notes
Notes: svn path=/head/; revision=163551
Diffstat (limited to 'misc/whichman')
-rw-r--r--misc/whichman/Makefile3
-rw-r--r--misc/whichman/pkg-descr1
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/whichman/Makefile b/misc/whichman/Makefile
index 6836f9a2b457..351153007413 100644
--- a/misc/whichman/Makefile
+++ b/misc/whichman/Makefile
@@ -8,7 +8,8 @@
PORTNAME= whichman
PORTVERSION= 2.4
CATEGORIES= misc
-MASTER_SITES= http://main.linuxfocus.org/~guido.socher/
+MASTER_SITES= http://main.linuxfocus.org/~guido.socher/ \
+ http://main.linuxfocus.org/~guido/
MAINTAINER= ports@FreeBSD.org
COMMENT= Approximate matching utilities to search for manpages and files
diff --git a/misc/whichman/pkg-descr b/misc/whichman/pkg-descr
index d0ddc1d11cf8..032bdfffc46f 100644
--- a/misc/whichman/pkg-descr
+++ b/misc/whichman/pkg-descr
@@ -16,5 +16,6 @@ This package holds THREE little search utilities:
ftwhich finds files (programs) which are in one of the directories in
your PATH and uses a fault tolerant search algorithem.
+WWW: http://main.linuxfocus.org/~guido/#whichman
--
Guido Socher <guido.s@writeme.com>