cvs commit: ports/games/xroads Makefile

Andrew Pantyukhin sat at FreeBSD.org
Thu Jun 14 14:53:26 UTC 2007


On 6/14/07, Jean Milanez Melo <jmelo at 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 at smluc.org> (maintainer)
>
>   Revision  Changes    Path
>   1.21      +1 -6      ports/games/xroads/Makefile
> _______________________________________________
> cvs-all at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/cvs-all
> To unsubscribe, send any mail to "cvs-all-unsubscribe at 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 at 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?


More information about the cvs-all mailing list