diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-03-31 19:17:46 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-03-31 19:17:46 +0000 |
commit | 95207d0041dcb4db73c09b2cf5f10e672cf8fdca (patch) | |
tree | fd92f5139ccd7bb3c2505894d13a4e6e0537b7a4 /games | |
parent | d130d24594c59a445a316b5e7a10b2b5a53cbf55 (diff) | |
download | FreeBSD-ports-95207d0041dcb4db73c09b2cf5f10e672cf8fdca.zip FreeBSD-ports-95207d0041dcb4db73c09b2cf5f10e672cf8fdca.tar.gz |
Disable ports which don't have distfiles anymore:
xboing xchomp xmine xmj xpipeman xrobots
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/games/Makefile b/games/Makefile index e92454c..bc39e56 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.10 1995/03/24 05:29:16 asami Exp $ +# $Id: Makefile,v 1.11 1995/03/28 12:15:37 asami Exp $ # -SUBDIR= acm golddig jetpack oneko nethack xasteroids xboard xboing xchomp \ +# BROKEN = xboing xchomp xmine xmj xpipeman xrobots +# +SUBDIR= acm golddig jetpack oneko nethack xasteroids xboard \ xemeraldia xinvaders \ - xjewel xlife xmille xmine xminesweep xmj xmris xpipeman xrobots xsol \ + xjewel xlife xmille xminesweep xmris xsol \ xtetris .include <bsd.port.subdir.mk> |