diff options
author | Patrick Li <pat@FreeBSD.org> | 2003-04-28 21:50:15 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2003-04-28 21:50:15 +0000 |
commit | af94242ee85e9b4700c0edec9c7aa58fdcb60452 (patch) | |
tree | 485c2690cb7146b509ec2c5799f7482cc27cc581 /net/gkrellmqst | |
parent | d097ce410365fd767116a96aaa936eed3e224ce9 (diff) |
Update website address
Notes
Notes:
svn path=/head/; revision=79809
Diffstat (limited to 'net/gkrellmqst')
-rw-r--r-- | net/gkrellmqst/Makefile | 4 | ||||
-rw-r--r-- | net/gkrellmqst/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/gkrellmqst/Makefile b/net/gkrellmqst/Makefile index 550b6cd02bce..73291dce79b9 100644 --- a/net/gkrellmqst/Makefile +++ b/net/gkrellmqst/Makefile @@ -9,8 +9,8 @@ PORTNAME= gkrellmqst PORTVERSION= 0.4 CATEGORIES= net games -MASTER_SITES= http://tadpol.org/unxware/ -DISTNAME= gkrellm_qst-${PORTVERSION:S/.p/pre_/} +MASTER_SITES= http://tadpol.org/projects/binaries/ +DISTNAME= gkrellm_qst-${PORTVERSION} MAINTAINER= pat@FreeBSD.org COMMENT= Plugin for Gkrellm that displays updated info on several game servers diff --git a/net/gkrellmqst/pkg-descr b/net/gkrellmqst/pkg-descr index 3f1f2aeb4769..babad61c5ad2 100644 --- a/net/gkrellmqst/pkg-descr +++ b/net/gkrellmqst/pkg-descr @@ -4,7 +4,7 @@ depends upon qstat's support for that particular game. This plugin uses qstat to query a game server and displays the current map name and number of players -WWW: http://tadpol.org/unxware/ +WWW: http://tadpol.org/projects/inert.html Author: Michael Tilstra <tadpol@tadpol.org> - Patrick Li <pat@FreeBSD.org> |