diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-06-14 14:14:27 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-06-14 14:14:27 +0000 |
commit | a8ff4de4d2e1783e2a8c05ba422ad35a25d2edb0 (patch) | |
tree | 887e88d8e8a0b64568df266b16ca1b80e98ebc39 /games | |
parent | 1aa08f4538f1ac20bc69c812d7d9667bc73ef290 (diff) | |
download | ports-a8ff4de4d2e1783e2a8c05ba422ad35a25d2edb0.tar.gz ports-a8ff4de4d2e1783e2a8c05ba422ad35a25d2edb0.zip |
Notes
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 |