Date: Thu, 14 Jun 2007 18:53:24 +0400 From: "Andrew Pantyukhin" <sat@FreeBSD.org> To: "Jean Milanez Melo" <jmelo@freebsd.org>, cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org, "Erik Greenwald" <erik@smluc.org> Subject: Re: cvs commit: ports/games/xroads Makefile Message-ID: <cb5206420706140753lbd249acia6318cee1435685a@mail.gmail.com> In-Reply-To: <20070614141431.EE5B716A4C0@hub.freebsd.org> References: <200706141414.l5EEERU7045193@repoman.freebsd.org> <20070614141431.EE5B716A4C0@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/14/07, Jean Milanez Melo <jmelo@freebsd.org> wrote: > jmelo 2007-06-14 14:14:27 UTC > > FreeBSD ports repository > > Modified files: > games/xroads Makefile > Log: > - Fix mastersite. > - Remove amd64 issue. > > PR: ports/113375 > Submitted by: Erik Greenwald <erik@smluc.org> (maintainer) > > Revision Changes Path > 1.21 +1 -6 ports/games/xroads/Makefile > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" > > > Index: ports/games/xroads/Makefile > diff -u ports/games/xroads/Makefile:1.20 ports/games/xroads/Makefile:1.21 > --- ports/games/xroads/Makefile:1.20 Sat May 19 20:08:13 2007 > +++ ports/games/xroads/Makefile Thu Jun 14 14:14:27 2007 > @@ -9,8 +9,7 @@ > PORTVERSION= 0.6 > PORTREVISION= 2 > CATEGORIES= games > -MASTER_SITES= http://math.missouristate.edu/~erik/files/fbsd/\ > - http://smluc.org/~erik/files/fbsd/ > +MASTER_SITES= http://math.missouristate.edu/~erik/files/fbsd/ > DISTNAME= ${PORTNAME}-v${PORTVERSION} > > MAINTAINER= erik@smluc.org > @@ -20,10 +19,6 @@ > > .include <bsd.port.pre.mk> > > -.if ${ARCH} == "amd64" > -IGNORE= crashes after a short time > -.endif > - I guess we can do bsd.port.{pre,post}.mk->bsd.port.mk now, can't we?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb5206420706140753lbd249acia6318cee1435685a>