diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-02 07:17:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-02 07:17:50 +0000 |
commit | 54642e156d904435856240f6040af034f1dc63cf (patch) | |
tree | 70bd9b971a0c7ac3712ad59b17f0ace62a06ec4e /games/xboing | |
parent | 633be321de722ce6a3a53c2899cf1fd51e8b6060 (diff) | |
download | ports-54642e156d904435856240f6040af034f1dc63cf.tar.gz ports-54642e156d904435856240f6040af034f1dc63cf.zip |
Make it compile by specifying ftp site that actually carries this baby.
Preblem reported by: jmb@kryten.Atinc.COM
Notes
Notes:
svn path=/head/; revision=1276
Diffstat (limited to 'games/xboing')
-rw-r--r-- | games/xboing/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile index 03b45936b5da..e694d3b75d67 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -5,9 +5,10 @@ # DISTNAME= xboing2.2 -EXTRACT_SUFX= .tar.gz +PKGNAME= xboing-2.2 +EXTRACT_SUFX= .tar.Z USE_IMAKE= yes -MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/ +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/games/ CATEGORIES+= games LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm |