diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-03 13:39:48 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-03 13:39:48 +0000 |
commit | 18f91c2428efb135912eb032a01a80bcc1d5c896 (patch) | |
tree | 362b6ce1ba3d28e8aa2061ab765dade5a0c921eb /games/xchomp | |
parent | Unbreak for ELF builds, take over as maintainer. (diff) |
Remove bad MASTER_SITEs and add more good ones.
Notes
Notes:
svn path=/head/; revision=13608
Diffstat (limited to 'games/xchomp')
-rw-r--r-- | games/xchomp/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/xchomp/Makefile b/games/xchomp/Makefile index a6eaac4fa426..2c18c79b0673 100644 --- a/games/xchomp/Makefile +++ b/games/xchomp/Makefile @@ -3,14 +3,13 @@ # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.6 1996/11/18 11:25:21 asami Exp $ +# $Id: Makefile,v 1.7 1997/01/03 09:37:04 obrien Exp $ # DISTNAME= xchomp-pl1 CATEGORIES= games -MASTER_SITES= ftp://ftp.uoknor.edu/mirrors/X/R5contrib/ \ - ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= ../../R5contrib +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= ../R5contrib # # Original sources in multi-part compressed shell archive # |