diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-06-14 22:14:27 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-06-14 22:14:27 +0800 |
commit | a12f4c182964c9ff708c2a312552434a2454c7d1 (patch) | |
tree | ddf749728812a0867d03f0a440a4f7bdec1c0573 /games/xroads | |
parent | 14e99d21d40b4b1c6a3523235d92c9c3ca723071 (diff) | |
download | freebsd-ports-gnome-a12f4c182964c9ff708c2a312552434a2454c7d1.tar.gz freebsd-ports-gnome-a12f4c182964c9ff708c2a312552434a2454c7d1.tar.zst freebsd-ports-gnome-a12f4c182964c9ff708c2a312552434a2454c7d1.zip |
- Fix mastersite.
- Remove amd64 issue.
PR: ports/113375
Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
Diffstat (limited to 'games/xroads')
-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 |