diff options
author | tg <tg@FreeBSD.org> | 1998-06-17 15:17:41 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-06-17 15:17:41 +0800 |
commit | afd53cfbe6704425f48f6d2ee08ef4934fda5fb0 (patch) | |
tree | 71847731bc3aadc8b404c8dec9a6dd229259d1c3 /games/xgammon/Makefile | |
parent | ec1152cf9028c59a0f78b1f4b4f49684607226c0 (diff) | |
download | freebsd-ports-graphics-afd53cfbe6704425f48f6d2ee08ef4934fda5fb0.tar.gz freebsd-ports-graphics-afd53cfbe6704425f48f6d2ee08ef4934fda5fb0.tar.zst freebsd-ports-graphics-afd53cfbe6704425f48f6d2ee08ef4934fda5fb0.zip |
Distfile and path have changed.
Diffstat (limited to 'games/xgammon/Makefile')
-rw-r--r-- | games/xgammon/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xgammon/Makefile b/games/xgammon/Makefile index 1a6af4bb040..1de258a8dee 100644 --- a/games/xgammon/Makefile +++ b/games/xgammon/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: xgammon -# Version required: 0.98-7 +# Version required: 0.98-11 # Date created: 02 January 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.3 1997/07/02 11:53:11 tg Exp $ +# $Id: Makefile,v 1.4 1998/01/08 08:22:51 tg Exp $ # DISTNAME= xgammon-0.98 CATEGORIES= games -MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/current/SRPMS/ -EXTRACT_SUFX= -10.src.rpm +MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/current/SRPMS/SRPMS/ +EXTRACT_SUFX= -11.src.rpm PATCH_DIST_STRIP= -p1 |