diff options
author | flathill <flathill@FreeBSD.org> | 2003-03-08 02:40:36 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 2003-03-08 02:40:36 +0800 |
commit | 44dadbac1af450c1530be1b5d71b2c649a97b5ec (patch) | |
tree | 1eb376ee8da2942f2b1ff9aff8fc807f9918cf08 /games/xosmulti/Makefile | |
parent | a68abe36bf666c3d971391dd24e2043ed4419296 (diff) | |
download | freebsd-ports-gnome-44dadbac1af450c1530be1b5d71b2c649a97b5ec.tar.gz freebsd-ports-gnome-44dadbac1af450c1530be1b5d71b2c649a97b5ec.tar.zst freebsd-ports-gnome-44dadbac1af450c1530be1b5d71b2c649a97b5ec.zip |
Fix URL
Diffstat (limited to 'games/xosmulti/Makefile')
-rw-r--r-- | games/xosmulti/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xosmulti/Makefile b/games/xosmulti/Makefile index e78a529ef957..6ee02151809b 100644 --- a/games/xosmulti/Makefile +++ b/games/xosmulti/Makefile @@ -8,7 +8,8 @@ PORTNAME= xosmulti PORTVERSION= 1.00 CATEGORIES= games -MASTER_SITES= http://www01.u-page.so-net.ne.jp/ka2/nakanita/multi/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= flathill DISTNAME= ${PORTNAME}_${PORTVERSION}_tar EXTRACT_SUFX= .gz |