diff options
-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/ |