diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-02 11:53:11 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-07-02 11:53:11 +0000 |
commit | ab15c87d5634c7d3ddef53f688a0ea239fea8100 (patch) | |
tree | 660a38dabcaf504704a87182def171312e432c13 /games | |
parent | Mark this broken for -current. (Even Peter can't get it to work.) (diff) |
Fix MASTER_SITES.
Notes
Notes:
svn path=/head/; revision=7186
Diffstat (limited to 'games')
-rw-r--r-- | games/xgammon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile index e1b990b5f7b8..06b468351267 100644 --- a/games/xgammon/Makefile +++ b/games/xgammon/Makefile @@ -3,12 +3,12 @@ # Date created: 02 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1997/01/03 08:15:44 tg Exp $ +# $Id: Makefile,v 1.2 1997/01/24 07:52:55 tg Exp $ # DISTNAME= xgammon-0.98 CATEGORIES= games -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/devel/srpms/SRPMS/ +MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/current/SRPMS/ EXTRACT_SUFX= -7.src.rpm PATCH_DIST_STRIP= -p1 |