diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-26 21:18:18 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-26 21:18:18 +0000 |
commit | 08df063692996b8352b241cbda4cf8c509741244 (patch) | |
tree | b6a28246cf19b49d5e4ff642264a1cb41dfb65e4 /misc/whichman | |
parent | 27da353d4e9a8b32e9203120666a870c3e08e725 (diff) | |
download | ports-08df063692996b8352b241cbda4cf8c509741244.tar.gz ports-08df063692996b8352b241cbda4cf8c509741244.zip |
Notes
Diffstat (limited to 'misc/whichman')
-rw-r--r-- | misc/whichman/Makefile | 3 | ||||
-rw-r--r-- | misc/whichman/pkg-descr | 1 |
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> |