diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xroads/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/games/xroads/Makefile b/games/xroads/Makefile index 14745995b253..c370cc66c1d8 100644 --- a/games/xroads/Makefile +++ b/games/xroads/Makefile @@ -9,8 +9,7 @@ PORTNAME= xroads 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 @@ USE_X_PREFIX= yes .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -IGNORE= crashes after a short time -.endif - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xroads ${PREFIX}/bin @${MKDIR} ${PREFIX}/share/xroads |