diff options
-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 |