diff options
author | wiz <wiz> | 2001-12-19 20:05:02 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-19 20:05:02 +0000 |
commit | 6a10a72f004f26d3fcc87c23127be3354bada319 (patch) | |
tree | 7e8d0d7a26fcf461014efc0dc2580cab1521b252 /games | |
parent | 22e3ce299cde6af8d02f874103510c5de8ee9d44 (diff) | |
download | pkgsrc-6a10a72f004f26d3fcc87c23127be3354bada319.tar.gz |
Remove a MASTER_SITE which does not contain the file anymore.
Diffstat (limited to 'games')
-rw-r--r-- | games/ularn/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/ularn/Makefile b/games/ularn/Makefile index b20cc597398..e868780173d 100644 --- a/games/ularn/Makefile +++ b/games/ularn/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2001/09/09 20:36:28 agc Exp $ +# $NetBSD: Makefile,v 1.3 2001/12/19 20:05:02 wiz Exp $ DISTNAME= ularn PKGNAME= ularn-6.12.92 CATEGORIES= games -MASTER_SITES= ftp://ftp.win.tue.nl/pub/games/larn/ \ - http://amaterasu.math.orst.edu:8080/~sharpej/ +MASTER_SITES= ftp://ftp.win.tue.nl/pub/games/larn/ MAINTAINER= collver@linuxfreemail.com HOMEPAGE= http://www.win.tue.nl/games/roguelike/larn/ |