diff options
author | tg <tg@FreeBSD.org> | 1997-07-02 19:53:11 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-07-02 19:53:11 +0800 |
commit | bbd82d2fa93208e50377c3c197ed185d514a7aad (patch) | |
tree | edc7585b778a1d306a0e7d9a8b8a340c50bcf618 /games | |
parent | ade92779733cb91178e1976d037cfc53b900cc86 (diff) | |
download | freebsd-ports-gnome-bbd82d2fa93208e50377c3c197ed185d514a7aad.tar.gz freebsd-ports-gnome-bbd82d2fa93208e50377c3c197ed185d514a7aad.tar.zst freebsd-ports-gnome-bbd82d2fa93208e50377c3c197ed185d514a7aad.zip |
Fix MASTER_SITES.
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 |