summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJoshua Peck Macdonald <jmacd@FreeBSD.org>1995-02-05 11:56:49 +0000
committerJoshua Peck Macdonald <jmacd@FreeBSD.org>1995-02-05 11:56:49 +0000
commit5d5779cbdf7ce9a32fc22291b2e1465c23b3b99d (patch)
treef41fcdaf87fd7dbb3e28e0065e05fe9e95d8bd2e /games
parentAnyone remember the board game risk? Here it is... (diff)
Update to version 3.0 of Xminesweep, a windowsish puzzle-game.
Submitted by: janek
Notes
Notes: svn path=/head/; revision=880
Diffstat (limited to 'games')
-rw-r--r--games/xminesweep/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile
index 2d48688199ea..6d56309c3d4e 100644
--- a/games/xminesweep/Makefile
+++ b/games/xminesweep/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: xminesweep
-# Version required: 2.1
-# Date created: 22 December 1994
+# Version required: 3.0
+# Date created: 31 Januar 1995
# Whom: janek
#
-DISTNAME= xminesweep2.1
-# EXTRACT_SUFX= .tar.Z
+DISTNAME= xminesweep3.0
+EXTRACT_SUFX= .tar.Z
USE_IMAKE= yes
INSTALL_MANPAGES= yes
-MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/
+MASTER_SITES= ftp://ftp.icm.edu.pl/pub/X11/contrib/games/
.include <bsd.port.mk>