diff options
author | krion <krion@FreeBSD.org> | 2004-04-16 15:51:27 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-16 15:51:27 +0800 |
commit | 23c51d09b012087e1f5728b3f3dfe747e06e3105 (patch) | |
tree | f47874179a47380a87bb97b222b4588a5ad7b0c6 /games/gbottler | |
parent | fe54cb2681b806eccd7d3726633ba83b030e0a4e (diff) | |
download | freebsd-ports-gnome-23c51d09b012087e1f5728b3f3dfe747e06e3105.tar.gz freebsd-ports-gnome-23c51d09b012087e1f5728b3f3dfe747e06e3105.tar.zst freebsd-ports-gnome-23c51d09b012087e1f5728b3f3dfe747e06e3105.zip |
- Change MASTER_SITES
- Fix WWW:
PR: ports/65597
Submitted by: maintainer
Diffstat (limited to 'games/gbottler')
-rw-r--r-- | games/gbottler/Makefile | 3 | ||||
-rw-r--r-- | games/gbottler/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/gbottler/Makefile b/games/gbottler/Makefile index cd5cd2c930cf..eb454c7a46d1 100644 --- a/games/gbottler/Makefile +++ b/games/gbottler/Makefile @@ -8,7 +8,8 @@ PORTNAME= gbottler PORTVERSION= 0.0.3 CATEGORIES= games -MASTER_SITES= http://callisto.comlab.soft.iwate-pu.ac.jp/~g031y177/etc/files/gbottler/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} +MASTER_SITE_SUBDIR= gbottler/9132 MAINTAINER= umeno@rr.iij4u.or.jp COMMENT= SSTP Bottle client diff --git a/games/gbottler/pkg-descr b/games/gbottler/pkg-descr index 86246567c2eb..a533b98a5a28 100644 --- a/games/gbottler/pkg-descr +++ b/games/gbottler/pkg-descr @@ -2,4 +2,4 @@ GBottler is a SSTP Bottle client. This SSTP Bottle client is based on bottler.py. For more information, see -WWW: http://callisto.comlab.soft.iwate-pu.ac.jp/~g031y177/etc/gbottler.html +WWW: http://gbottler.sourceforge.jp/ |