diff options
-rw-r--r-- | misc/rname/Makefile | 2 | ||||
-rw-r--r-- | misc/rname/pkg-descr | 2 | ||||
-rw-r--r-- | sysutils/pslist/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pslist/pkg-descr | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/misc/rname/Makefile b/misc/rname/Makefile index c5dd82e087eb..d38de3daa1eb 100644 --- a/misc/rname/Makefile +++ b/misc/rname/Makefile @@ -8,7 +8,7 @@ PORTNAME= rname PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= http://ringwraith.online.bg/~roam/devel/sysutils/rname/ +MASTER_SITES= http://ringwraith.online.bg/devel/sysutils/rname/ MAINTAINER= roam@FreeBSD.org diff --git a/misc/rname/pkg-descr b/misc/rname/pkg-descr index eeb4518cfd57..ce95735b99c1 100644 --- a/misc/rname/pkg-descr +++ b/misc/rname/pkg-descr @@ -1,4 +1,4 @@ This is a simple utility to execute a program under a different name. Author: Peter Pentchev <roam@orbitel.bg> -WWW: http://ringwraith.online.bg/~roam/devel/sysutils/rname/ +WWW: http://ringwraith.online.bg/devel/sysutils/rname/ diff --git a/sysutils/pslist/Makefile b/sysutils/pslist/Makefile index 0ae1d8f46922..04775611d6cb 100644 --- a/sysutils/pslist/Makefile +++ b/sysutils/pslist/Makefile @@ -8,7 +8,7 @@ PORTNAME= pslist PORTVERSION= 1.0 CATEGORIES= sysutils -MASTER_SITES= http://ringwraith.online.bg/~roam/devel/sysutils/ +MASTER_SITES= http://ringwraith.online.bg/devel/sysutils/ MAINTAINER= roam@FreeBSD.org diff --git a/sysutils/pslist/pkg-descr b/sysutils/pslist/pkg-descr index 5de4c385d3a9..01bc560fa9b6 100644 --- a/sysutils/pslist/pkg-descr +++ b/sysutils/pslist/pkg-descr @@ -2,3 +2,4 @@ pslist is a simple command-line utility for viewing and sending signals to a whole process tree. Author: Peter Pentchev <roam@orbitel.bg> +WWW: http://ringwraith.online.bg/devel/sysutils/pslist/ |