diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-03 13:39:48 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-03 13:39:48 +0000 |
commit | 18f91c2428efb135912eb032a01a80bcc1d5c896 (patch) | |
tree | 362b6ce1ba3d28e8aa2061ab765dade5a0c921eb /games/xmine | |
parent | eefb5a8dd3a3906781bb98f02e88d1896012ac04 (diff) |
Notes
Diffstat (limited to 'games/xmine')
-rw-r--r-- | games/xmine/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xmine/Makefile b/games/xmine/Makefile index f4ff85c2c35c..e30add4bf96d 100644 --- a/games/xmine/Makefile +++ b/games/xmine/Makefile @@ -3,13 +3,14 @@ # Date created: 25 December 1994 # Whom: joerg # -# $Id: Makefile,v 1.15 1998/08/25 00:44:02 asami Exp $ +# $Id: Makefile,v 1.16 1998/09/21 01:35:31 steve Exp $ # DISTNAME= xmine-1.0.3-Xaw PKGNAME= xmine-1.0.3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ftp://ftp.sw.ru/pub/x11/ \ + ${MASTER_SITE_LOCAL} MAINTAINER= joerg@FreeBSD.org |