diff options
author | oliver <oliver@FreeBSD.org> | 2003-07-22 19:02:02 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-07-22 19:02:02 +0800 |
commit | 0d5bec4b01d4ea31b546a0db4ab8ddd391f2856b (patch) | |
tree | 7247e9945ff4b86d5580d148ec315cda9f5efb18 /games | |
parent | 9b135cbc62aac81619c80a4cf1845231e262f1a4 (diff) | |
download | freebsd-ports-gnome-0d5bec4b01d4ea31b546a0db4ab8ddd391f2856b.tar.gz freebsd-ports-gnome-0d5bec4b01d4ea31b546a0db4ab8ddd391f2856b.tar.zst freebsd-ports-gnome-0d5bec4b01d4ea31b546a0db4ab8ddd391f2856b.zip |
fix MASTER_SITES
Diffstat (limited to 'games')
-rw-r--r-- | games/xnibbles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile index c8b0abc7d879..a7c1949de633 100644 --- a/games/xnibbles/Makefile +++ b/games/xnibbles/Makefile @@ -8,7 +8,7 @@ PORTNAME= xnibbles PORTVERSION= 1.0.b3 CATEGORIES= games -MASTER_SITES= http://www.tjhsst.edu/xnibbles/ +MASTER_SITES= http://tinton.braschka.org/Files/pub/games/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/BETA/} MAINTAINER= ports@FreeBSD.org |