diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 07:51:27 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-16 07:51:27 +0000 |
commit | a7e4014a599323593801ff3dda6611be2cfcbaab (patch) | |
tree | 57a8db3b74d3671b8827c76fd65384af2beb455e | |
parent | 89217d5e2a5a9ec6bae1496635c94ebc1e190fc0 (diff) | |
download | freebsd-ports-a7e4014a599323593801ff3dda6611be2cfcbaab.zip |
- Change MASTER_SITES
- Fix WWW:
PR: ports/65597
Submitted by: maintainer
-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/ |