diff options
author | asami <asami@FreeBSD.org> | 1995-05-17 22:48:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-17 22:48:33 +0800 |
commit | 939cceb346327fce0076e7b4120daf7e1c6fd14b (patch) | |
tree | 5645a339ed3b5519b7fc51101eff7a632c27ac17 /games/Makefile | |
parent | a1affde034adeec14efb856af8688ea92ab44c84 (diff) | |
download | freebsd-ports-gnome-939cceb346327fce0076e7b4120daf7e1c6fd14b.tar.gz freebsd-ports-gnome-939cceb346327fce0076e7b4120daf7e1c6fd14b.tar.zst freebsd-ports-gnome-939cceb346327fce0076e7b4120daf7e1c6fd14b.zip |
Add back xpipeman to xrobots, which were taken out because the ftp
site wasn't accessible -- I had distfiles on my machine so I copied
them over to ftp.freebsd.org.
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/Makefile b/games/Makefile index df366cf58ec3..e0cb6ca094b2 100644 --- a/games/Makefile +++ b/games/Makefile @@ -1,12 +1,13 @@ -# $Id: Makefile,v 1.19 1995/05/13 11:49:59 asami Exp $ +# $Id: Makefile,v 1.20 1995/05/14 03:29:30 asami Exp $ # -# BROKEN: xpipeman (can't ftp) -# BROKEN: xrobots (can't ftp) +# NOTE: xpipeman (can't ftp) +# NOTE: xrobots (can't ftp) # SUBDIR= acm golddig jetpack nethack oneko xasteroids xboard xboing \ xchomp xemeraldia xevil xinvaders \ - xjewel xlife xmille xmine xminesweep xmj xmris xonix xrisk xsol \ + xjewel xlife xmille xmine xminesweep xmj xmris xonix \ + xpipeman xrisk xrobots xsol \ xtetris .include <bsd.port.subdir.mk> |