diff options
author | mph <mph@FreeBSD.org> | 1999-07-06 01:39:08 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1999-07-06 01:39:08 +0800 |
commit | 320a2580fc55604a868667a2a055799cbd7653d0 (patch) | |
tree | a680b0089bfa54682d101779d9a90488c33b5238 /games/xscrabble/Makefile | |
parent | 7d4bbc309bb47108a1a32e8797aeafb12c2fe702 (diff) | |
download | freebsd-ports-gnome-320a2580fc55604a868667a2a055799cbd7653d0.tar.gz freebsd-ports-gnome-320a2580fc55604a868667a2a055799cbd7653d0.tar.zst freebsd-ports-gnome-320a2580fc55604a868667a2a055799cbd7653d0.zip |
Host non-screwed-up distfile myself and remove BROKEN.
Inspired by: Stan Brown <stanb@awod.com>
Diffstat (limited to 'games/xscrabble/Makefile')
-rw-r--r-- | games/xscrabble/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/xscrabble/Makefile b/games/xscrabble/Makefile index f900fe0475d8..e516c90a133f 100644 --- a/games/xscrabble/Makefile +++ b/games/xscrabble/Makefile @@ -3,20 +3,18 @@ # Date created: 27 July 1997 # Whom: Thomas Gellekum <tg@FreeBSD.org> # -# $Id: Makefile,v 1.4 1998/09/28 02:29:43 steve Exp $ +# $Id: Makefile,v 1.5 1999/04/18 23:22:35 mharo Exp $ # DISTNAME= xscrabble PKGNAME= xscrabble-1.0 CATEGORIES= games -MASTER_SITES= http://www.belgarath.demon.co.uk/programs/ +MASTER_SITES= http://www.freebsd.org/~mph/distfiles/ MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -BROKEN= "/usr/bin/tar: Unexpected EOF on archive file" - USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |